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-09-08Fix typos discovered by codespellChristian Clauss
2021-07-08Fix typoEisuke Kawashima
2021-03-24refactor: Use PEP-526 based variable annotation (sphinx.environment)Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-07-18Fix #2050: Symbols sections are appeared twice in the index pageTakeshi KOMIYA
2020-03-01refactor: Sorting index entriesTakeshi KOMIYA
2020-02-29Close #7220: genindex: Show "main" index entries at firstTakeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-24Stop to use deprecated API: env.indexentriesTakeshi KOMIYA
2019-07-06Fix #736: Invalid sort in pair indexTakeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.environment.adapters.indexentriesTakeshi KOMIYA
2019-03-02refactor: move NoUri to sphinx.errorsTakeshi 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-16refactor: Remove u-prefix from stringsTakeshi KOMIYA
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-09-11Remove use of six.iteritems()Jon Dufresne
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-03-03Make console and warning messages translatableTakeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-23Add Extension classTakeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-03-01Merge branch 'stable'Takeshi KOMIYA
2017-02-10Add mypy annotationsTakeshi KOMIYA
2017-01-28Add IndexEntries adapterTakeshi KOMIYA