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-20Remove copyright and licence fieldsAdam Turner
2022-02-20Conform to PEP 257 summary line conventionsAdam 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-07-18Improvement to sphinx.setup_command docstringsLouis Maddox
2021-04-07refactor: Use PEP-526 based variable annotationTakeshi 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-12-13Merge branch '3.x'Takeshi KOMIYA
2020-12-12Drop outdated workaround for distutils' Command._ensure_stringlike()Jon Dufresne
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-07-24Merge branch '3.x'Takeshi KOMIYA
2020-07-24Fix a mypy violationTakeshi KOMIYA
2020-07-24Merge branch '3.x' into 5090_distutils_versionTakeshi KOMIYA
2020-07-04Merge branch '3.x'Takeshi KOMIYA
2020-07-04Merge tag 'v3.1.0'Takeshi KOMIYA
2020-06-14Fix exception causes all over the codebaseRam Rachum
2020-06-05Close #7792: setuptools: Support ``--verbosity`` optionTakeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-03-17Support --keep-going with BuildDoc setup command (#6180)Daniel Hahler
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-15Remove print_function featureTakeshi KOMIYA
2018-12-15refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-21Replace six.string_types with native strJon Dufresne
2018-07-28Fix setup_command uses deprecated moduleTakeshi KOMIYA
2018-07-18Fix mypy violationTakeshi KOMIYA
2018-06-25BuildDoc: add and pass through nitpicky optionDaniel Hahler
2018-06-13BuildDoc: link verbosity to distutils'Daniel Hahler
2018-05-03Merge branch '1.7'Takeshi KOMIYA
2018-05-03Fix mypy violationsTakeshi KOMIYA
2018-04-22Let docutils know the location of ``docutils.conf`` for SphinxTakeshi KOMIYA
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-18Merge branch '1.7'Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-31Merge branch '1.7-release'Takeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2018-01-21Merge pull request #4469 from kurtmckee/use-https-urlsTakeshi KOMIYA
2018-01-21Convert in-code HTTP URL's to HTTPS, including examplesKurt McKee