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-02-20Collapse single line docstringsAdam Turner
2022-02-20Remove copyright and licence fieldsAdam Turner
2022-02-20Fix module docstring indentationAdam Turner
2022-02-20Fix module docstring first lineAdam Turner
2022-02-20Remove module titles in docstringsAdam Turner
2022-01-12address some unused loop control variables (B007)Daniel Eades
2022-01-01A happy new year!Takeshi KOMIYA
2021-10-03js nodes, nodes.Node -> NodeJakob Lykke Andersen
2021-10-03js nodes, update CHANGES and rename variableJakob Lykke Andersen
2021-10-03js nodes, update name renderingJakob Lykke Andersen
2021-10-03js nodes, update prefix renderingJakob Lykke Andersen
2021-10-03js nodes, update display_prefixJakob Lykke Andersen
2021-06-03js, use func role for exception fieldJakob Lykke Andersen
2021-05-09refactor: Add Optional to 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-03refactor: Update typehints for ObjectDescription using GenericTakeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-07-19fix typoTetsuo Koyama
2020-07-04Add :noindexentry: optionJakob Lykke Andersen
2020-02-29refactor: js domain: Change make_old_*_id() to methodsTakeshi KOMIYA
2020-02-29js domain: Generate node_id for objects in the right wayTakeshi KOMIYA
2020-02-29js domain: Show better duplication warning messageTakeshi KOMIYA
2020-02-29js domain: Generate node_id for modules in the right wayTakeshi KOMIYA
2020-02-29refactor: Set source_info to nodesTakeshi KOMIYA
2020-02-08Deprecate desc_signature['first']Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-21Replace `a and b or c` by the more legible `b if a or c`.Antony Lee
2019-06-29refactor: Add data accessors to JavaScriptDomainTakeshi KOMIYA
2019-06-29Migrate to py3 style type annotation: sphinx.domains.javascriptTakeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-03Fix annotations of process_link()Takeshi KOMIYA
2018-12-01Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA
2018-11-29Fix annotations for domainsTakeshi KOMIYA
2018-11-25Merge pull request #5665 from tk0miya/fix_typehintsTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-24Fix annotations for Domain.resolve_xref()Takeshi KOMIYA
2018-05-11refactor: Replace Directive by SphinxDirectiveTakeshi KOMIYA
2018-04-25Merge branch '1.7'Takeshi KOMIYA
2018-04-25Revert f4f693eff7b081785cc5704a6ff22cf0371355f3Takeshi KOMIYA
2018-04-23Fix #4885: jsdomain also crashed with duplicated objectsTakeshi KOMIYA
2018-04-22Merge branch '1.7'Takeshi KOMIYA
2018-04-22 #4459: duplicated labels detector does not work well in parallel buildTakeshi KOMIYA
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA