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-23Fix mypy violations (with mypy-0.930)Takeshi KOMIYA
2021-10-26Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA
2021-09-06Omit NAME section if blank descriptionHarumi Kuno
2021-08-30skip empty descriptionHarumi Kuno
2021-07-18Improve docstring in sphinx.writers.manpageLouis Maddox
2021-06-16Fix :samp:`{var}` in manual pages.Martin Liska
2021-04-12Decl styling, handle desc_inline in manpage and texinfoJakob Lykke Andersen
2021-04-12Decl styling, update writersJakob Lykke Andersen
2021-03-13refactor: Use PEP-526 based variable annotation (sphinx.writers)Takeshi KOMIYA
2021-01-16Merge branch '3.x'Takeshi KOMIYA
2021-01-10refactor: Access config object from self directly in writersTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-11-25Migrate to py3 style type annotation: sphinx.writers.manpageTakeshi KOMIYA
2019-05-06Fix #6331: man: invalid output when doctest follows rubricTakeshi KOMIYA
2019-03-10refactor: Use py3 style super()Takeshi KOMIYA
2019-03-10Merge branch '1.8' into 2.0Takeshi KOMIYA
2019-03-10Fix #3859: manpage: code-block captions are not displayed correctlyTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-17Reorder the arguments for translatorsTakeshi KOMIYA
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-12-14Add docutils-stubs to test depsTakeshi KOMIYA
2018-12-14Use nodes.Element for visitor/departure methodsTakeshi KOMIYA
2018-12-12Remove SphinxTranslator.get_settings()Takeshi KOMIYA
2018-12-12Fix annotationsTakeshi KOMIYA
2018-12-09refactor: special rubric for footnotesTakeshi KOMIYA
2018-12-07Update type annotationsTakeshi KOMIYA
2018-12-03Add SphinxTranslator as an abstract classTakeshi KOMIYA
2018-12-02Fix annotations (minor fixes)Takeshi KOMIYA
2018-11-27refactor: Use super() to call methods of superclassTakeshi KOMIYA
2018-11-27Fix annotations for writersTakeshi 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-20Update type hints to manpage writerTakeshi KOMIYA
2018-11-12Use super() to call parent class's methodJon Dufresne
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-09-05Merge pull request #5342 from tk0miya/drop_py2_supportTakeshi KOMIYA
2018-08-29Drop docutils 0.11 supportTakeshi KOMIYA
2018-08-26Apply NodeMatcher to SphinxTakeshi KOMIYA
2018-07-21Refactor: Run highlightlang on resolving phaseTakeshi KOMIYA
2018-05-16Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA