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
2020-01-01A happy new year!Takeshi KOMIYA
2019-06-29format_date(): use "aware" local datetime by default (refs: #6528)Takeshi KOMIYA
2019-06-29Merge pull request #6528 from ViktorHaag/last_updated-time-always-utc-iss6527Takeshi KOMIYA
2019-06-28Force last update datetime value to always be UTCViktor Haag
2019-06-02Migrate to py3 style type annotation: sphinx.util.i18nTakeshi KOMIYA
2019-05-28Fix #6406: Wrong year is returned for ``SOURCE_DATE_EPOCH``Takeshi KOMIYA
2019-02-27refactor: Use CatalogRepository instead of find_catalog_source_file()Takeshi KOMIYA
2019-02-27Rename find_catalog() to docname_to_domain()Takeshi KOMIYA
2019-02-27Add CatalogRepository classTakeshi 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-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-10-31Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA
2018-10-05Deprecate Python2 compat shim sphinx.util.osutil.walk()Jon Dufresne
2018-09-11Prefer builtin open() over io.open() and codecs.open()Jon Dufresne
2018-09-08Fix #5399: Sphinx crashes if unknown po file existsTakeshi KOMIYA
2018-05-21Merge branch '1.7'Takeshi KOMIYA
2018-05-19Use a Matcher as default argument to simplify type anotation.Julien Palard
2018-05-08i18n: Ignore dot-directories like .git/ in LC_MESSAGES/.Julien Palard
2018-04-08Merge branch '1.7'Takeshi KOMIYA
2018-04-02Fix #4783: Sphinx crashed when drives of srcdir and outdir are differentTakeshi 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-29Merge pull request #4505 from tk0miya/use_flake8-import-orderTakeshi KOMIYA
2018-01-28Fix #4275: Formats accepted by sphinx.util.i18n.format_date are limiteTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-10-13Minor updateCampbell Barton
2017-10-13Include the exception when loggingCampbell Barton
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-02-06Remove unused "type: ignore"Takeshi KOMIYA
2017-01-12Merge branch 'stable'shimizukawa
2017-01-12refs #3329: emit warnings if po file is invalid and can't read it. Also writi...shimizukawa
2017-01-05Drop LDML support of format_date()Takeshi KOMIYA
2017-01-02Use sphinx.util.logging instead app.warn()Takeshi KOMIYA
2016-12-05Merge branch '1.5-release' into mastershimizukawa
2016-12-04Emit several warnings that will be deprecated in Sphinx 1.6. There is no way ...shimizukawa
2016-12-03Adjust code to type annotationTakeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.utilTakeshi KOMIYA
2016-11-16Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA
2016-11-16insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa