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-10simplify some set comparisons (SIM109)Daniel Eades
2022-01-01A happy new year!Takeshi KOMIYA
2021-03-13refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-06-10Migrate to py3 style type annotation: sphinx.builders.changesTakeshi KOMIYA
2019-03-17Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-03-09Merge branch '1.8' into 2.0Takeshi KOMIYA
2019-03-08Fix UnboundLocalError when building changesMartin Packman
2019-01-08Make info messages more translatableTakeshi KOMIYA
2019-01-03Remove use of deprecated APIsTakeshi 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 pycompat.htmlescape() by html.escape()Takeshi KOMIYA
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-12-11Simplify open() call by removing default modeJon Dufresne
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-09-22Merge branch 'master' into drop-iteritemsTakeshi KOMIYA
2018-09-11Remove use of six.iteritems()Jon Dufresne
2018-09-11Prefer builtin open() over io.open() and codecs.open()Jon Dufresne
2018-08-01refactor: Move repository of changesets to domain from envTakeshi KOMIYA
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
2018-01-11builders: Add 'Builder.epilog' optionStephen Finucane
2017-12-31Merge branch 'happy_new_year' into masterTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-07-19Remove impossible conditionRobin Neatherway
2017-04-20Add HTMLThemeFactory classTakeshi KOMIYA
2017-04-20Split theme manager and theme instance classTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-02-08Fix mypy violationsTakeshi KOMIYA
2017-01-12Merge branch 'stable'Takeshi KOMIYA
2017-01-12Fix flake8 violationsTakeshi KOMIYA
2017-01-02Use loggersTakeshi KOMIYA
2017-01-02Use sphinx.util.logging instead app.info(), verbose(), debug() and debug2()Takeshi KOMIYA
2017-01-02Use sphinx.util.logging instead app.warn()Takeshi KOMIYA