Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-20Close #9993: std domain: Allow to refer an inline target via ref roleTakeshi KOMIYA
2021-05-09refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-04-04refactor: use raw Type for type annotationsTakeshi KOMIYA
2021-03-22refactor: Use PEP-526 based variable annotation (sphinx.domains)Takeshi KOMIYA
2021-03-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA
2021-01-27Merge branch '3.x'Takeshi KOMIYA
2021-01-24Close #7642: std domain: Optimize case-insensitive match of termTakeshi KOMIYA
2021-01-24Merge branch '3.x'Takeshi KOMIYA
2021-01-20Allow production lists to refer to tokens from other production groups.Guillaume Melquiond
2021-01-16Merge branch '3.x'Takeshi KOMIYA
2021-01-11Fix #8651: cross-reference for a rubric having inline item is brokenTakeshi KOMIYA
2021-01-07Merge branch '3.x'Takeshi KOMIYA
2021-01-03refactor: Update typehints for ObjectDescription using GenericTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-13Merge branch '3.x'Takeshi KOMIYA
2020-11-28Fix #8352: std domain: Failed to parse an option that starts with bracketTakeshi KOMIYA
2020-11-28Merge pull request #8495 from QuentinSoubeyran/fix-8491Takeshi KOMIYA
2020-11-26fix for #8491Quentin Soubeyran
2020-11-22Fix #8360: Update warning message for numrefTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-11-04Merge branch '3.x'Takeshi KOMIYA
2020-11-02Fix #6914: Emit a detailed warning when failed to resolve :ref:Takeshi KOMIYA
2020-10-03Merge branch '3.x' into masterTakeshi KOMIYA
2020-09-23Strip the token name from productionlist.Guillaume Melquiond
2020-08-01Merge branch '3.x'Takeshi KOMIYA
2020-07-27Add compat id for cmdoption directiveFabio Utzig
2020-07-04Merge branch '3.x'Takeshi KOMIYA
2020-07-04Merge tag 'v3.1.0'Takeshi KOMIYA
2020-06-14Fix exception causes all over the codebaseRam Rachum
2020-06-03Let option directive support args in the form of foo[=bar]Luke Lau
2020-05-03Merge branch '3.x'Takeshi KOMIYA
2020-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-04-19Merge branch '3.x'Takeshi KOMIYA
2020-04-18Fix #7418: std domain: term role role could not match case-insensitivelyTakeshi KOMIYA
2020-04-13Merge branch '3.x'Takeshi KOMIYA
2020-04-08Fix #7418: std domain: duplication warning for glossary terms is case insensi...Takeshi KOMIYA
2020-03-15Fix broken handling of whitespace in GenericObject.Guillaume Melquiond
2020-03-14Merge pull request #7179 from silene/fix_GenericObject_whitespace_handlingTakeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
2020-03-05std domain: Generate node_id for productionlists in the right wayTakeshi KOMIYA
2020-03-05std domain: Generate node_id for cmdoptions in the right wayTakeshi KOMIYA
2020-03-01std domain: Generate node_id for targets in the right wayTakeshi KOMIYA
2020-03-01std domain: Generate node_id for generic objects in the right wayTakeshi KOMIYA
2020-02-29refactor: Set source_info to nodesTakeshi KOMIYA
2020-02-22std domain: Add StandardDomain.note_hyperlink_target()Takeshi KOMIYA