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-01A happy new year!Takeshi KOMIYA
2021-05-22refactor: Remove RemovedInSphinx40WarningTakeshi KOMIYA
2021-04-04refactor: use raw Type for type annotationsTakeshi KOMIYA
2021-02-09Update type annotationsTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-21Deprecate Documenter.get_object_members()Takeshi KOMIYA
2020-07-24Merge branch '3.x'Takeshi KOMIYA
2020-07-16Preserve backwards compatibilityPeter Bell
2020-07-15Add type check to aliases dictPeter Bell
2020-07-15Require canonical name to be specified when calling deprecated_aliasPeter Bell
2020-07-13Improve warning message from deprecated_aliasPeter Bell
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-04-26Merge branch '3.x'Takeshi KOMIYA
2020-04-19Merge pull request #7509 from tk0miya/refactor_Optional_typehintsTakeshi KOMIYA
2020-04-19Merge branch '3.x'Takeshi KOMIYA
2020-04-19refactor: Add Optional to type annotationsTakeshi KOMIYA
2020-04-19Fix sphinx crashes with ImportError on python3.5.1Takeshi KOMIYA
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
2020-03-07Deprecate codes for docutils-0.13 or 0.14Takeshi KOMIYA
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-25Merge branch '2.0'Takeshi KOMIYA
2019-12-24Migrate to py3 style type annotation: sphinx.deprecationTakeshi KOMIYA
2019-08-18Merge branch '2.0'Takeshi KOMIYA
2019-08-17Switch uses of __import__ to importlib.get_module()Jon Dufresne
2019-08-01Merge branch '2.0'jfbu
2019-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-06-01Merge branch '2.0'Takeshi KOMIYA
2019-04-28Improve deprecation warning message (refs: #5878)jfbu
2019-04-06Add RemovedInSphinx50WarningTakeshi KOMIYA
2019-04-04Fix RemovedInSphinx30Warning is marked as pendingTakeshi KOMIYA
2019-03-30Drop features and APIs deprecated in 1.8Takeshi KOMIYA
2019-03-18Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-03-17Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-02-11Fix typoTakeshi KOMIYA
2019-01-03refactor: Add compat module to avoid recursive importTakeshi 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-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-15Remove comments for py2Takeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-10-31Merge branch '1.8'Takeshi KOMIYA