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-02Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-10-26Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA
2021-03-24refactor: Use PEP-526 based variable annotation (sphinx.transforms)Takeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-08-08Merge branch '3.x'Takeshi KOMIYA
2020-08-05Close #6698: doctest: Add :no-trim-doctest-flags: optionsTakeshi KOMIYA
2020-07-16refactor: namedtuples with PEP 526Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-08-20Migrate to py3 style type annotation: sphinx.transforms.post_transforms.codeTakeshi KOMIYA
2019-07-08Fix #6545. Strip doctests for doctest_node blocks.Nathan Goldbaum
2019-06-01Add :force: option to code directivesTakeshi KOMIYA
2019-02-03Close #1851: Allow to omit an argument for code-block directiveTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-19Replace use of six.text_type with strJon Dufresne
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-23Adjust type annotations for transforms to docutils'Takeshi KOMIYA
2018-11-12Use super() to call parent class's methodJon Dufresne
2018-07-21Apply :confval:`trim_doctest_flags` to all builders (cf. text, manpages)Takeshi KOMIYA
2018-07-21Refactor: Run highlightlang on resolving phaseTakeshi KOMIYA