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-01-01A happy new year!Takeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Do isortTakeshi KOMIYA
2020-07-24Merge branch '3.x'Takeshi KOMIYA
2020-07-19fix typoTetsuo Koyama
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-12-25Fix flake8 violationsTakeshi KOMIYA
2019-12-25Merge branch '2.0'Takeshi KOMIYA
2019-12-25Migrate to py3 style type annotation: sphinx.versioningTakeshi KOMIYA
2019-03-30Drop features and APIs deprecated in 1.8Takeshi KOMIYA
2019-03-17refactor: Remove lists of transforms from SphinxStandalonReaderTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-19Replace EnvironmentError and IOError by OSErrorTakeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-15refactor: Replace six.moves.zip_longest by itertools.zip_longestTakeshi KOMIYA
2018-12-01Fix annotations (in some modules)Takeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-23Adjust type annotations for transforms to docutils'Takeshi KOMIYA
2018-11-11Remove use six.move moduleTakeshi KOMIYA
2018-10-31Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA
2018-09-24Merge pull request #5478 from jdufresne/movesTakeshi KOMIYA
2018-09-23Remove uses of six.moves that did not cause any type errorsJon Dufresne
2018-09-22Deprecate suffix for env.doc2path()Takeshi KOMIYA
2018-09-11Remove use of six.iteritems()Jon Dufresne
2018-04-21Change priority of versioning doctreesTakeshi 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
2017-12-31Merge branch 'happy_new_year' into masterTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-10-31Move UIDs assigning to sphinx.versioningTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.*Takeshi KOMIYA
2016-01-15Obligatory copyright update.Georg Brandl
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-10-05If the ``python-levenshtein`` 3rd-party package is installed, it will improve...Takayuki Shimizukawa
2014-10-05Incompatibility. Now :confval:`gettext_uuid` is set False by default. If Fals...Takayuki Shimizukawa
2014-04-29use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa