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
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-06-03Merge branch '3.x'Takeshi KOMIYA
2020-06-03Fix mypy violations (with mypy-0.780)Takeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-12-24Migrate to py3 style type annotation: sphinx.jinja2glueTakeshi KOMIYA
2019-12-21Replace `a and b or c` by the more legible `b if a or c`.Antony Lee
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-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-21Replace six.string_types with native strJon Dufresne
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-03-18Closes #2157: helper function ``warning()`` for HTML themes is addedTakeshi 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-02-04Update type annotationsTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2018-01-06#4246: Limit width of text body for all themesTim Hoffmann
2017-12-31A happy new year!Takeshi KOMIYA
2017-04-20Fix mypy violationsTakeshi KOMIYA
2017-04-20Drop old methodsTakeshi KOMIYA
2017-04-20Split theme manager and theme instance classTakeshi KOMIYA
2017-04-18Fix fail to load template file if the parent template is archivedTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-02-21Fix mypy violationsTakeshi KOMIYA
2017-02-21Fix mypy violationsTakeshi KOMIYA
2017-02-21Fix mypy violationsTakeshi KOMIYA
2017-02-10Add mypy annotationsTakeshi KOMIYA
2017-02-06Remove unused "type: ignore"Takeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.*Takeshi KOMIYA
2016-08-27Merge branch 'stable'Takeshi KOMIYA
2016-08-20flatten genindex columns' heightYoshiki Shibukawa
2016-05-25Refactor code using ``with`` syntaxTakeshi KOMIYA
2016-01-15Obligatory copyright update.Georg Brandl
2015-03-08pep8 fixesGeorg Brandl
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-04-30wrap py3 iterators with list() for each places that expect a list object. ref...Takayuki Shimizukawa