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-02Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-04-04refactor: use raw Type for type annotationsTakeshi KOMIYA
2021-03-24refactor: Use PEP-526 based variable annotation (sphinx.environment)Takeshi KOMIYA
2021-02-28Close #8326: Rename master_doc to root_docTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Do isortTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-10-04Merge branch '3.x' into masterTakeshi KOMIYA
2020-10-04Fix #6914: figure numbers are unexpectedly assigned to uncaptioned itemsTakeshi KOMIYA
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.environment.collectors.toctreeTakeshi 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 enumerable_nodesTakeshi KOMIYA
2018-12-02Refactor Toctree CollectorTakeshi KOMIYA
2018-11-29Fix annotations for minor methods and functionsTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-09-11Remove use of six.iteritems()Jon Dufresne
2018-06-09Merge branch '1.7'Takeshi KOMIYA
2018-06-06Fix #5048: crashed with numbered toctreeTakeshi KOMIYA
2018-05-25Merge branch 1.7shimizukawa
2018-05-21Fix #4919: node.asdom() crashes if toctree has :numbered: optionTakeshi KOMIYA
2018-03-21Merge branch 'master' into refactor_enumerable_nodesTakeshi KOMIYA
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-17Add Domain#get_enumerable_node_type()Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-03-03Make console and warning messages translatableTakeshi KOMIYA
2018-02-18Merge branch '1.7'Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-02-04Update type annotationsTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-12-16Fix mypy violationsTakeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-13Fix collectors does not returns ext-metadataTakeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA