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-03-13refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA
2021-02-28Close #8326: Rename master_doc to root_docTakeshi KOMIYA
2021-01-01Merge branch '3.4.x' into 3.xTakeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-27Fix #8094: texinfo: images on the different directory with document are not c...Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-01-01Add "typ" to NoUriTakeshi KOMIYA
2020-01-01More NoUri details.Julien Palard
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.texinfoTakeshi KOMIYA
2019-03-06Merge branch '2.0'Takeshi KOMIYA
2019-03-02Fix #3079: texinfo: image files are not copied on ``make install-info``Takeshi KOMIYA
2019-03-02refactor: move NoUri to sphinx.errorsTakeshi KOMIYA
2019-02-11texinfo: refactor with progress_message()Takeshi KOMIYA
2019-01-19Give "nonl=True" value to logging.info() instead of intTakeshi 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-16refactor: Remove u-prefix from stringsTakeshi KOMIYA
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-01Merge pull request #5607 from tk0miya/smart_texinfo_conf_pyTakeshi KOMIYA
2018-11-29Fix annotations for buildersTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-11quickstart: Simplify generated conf.py (for texinfo)Takeshi KOMIYA
2018-11-01refactor: Move Makefile for texinfo to templates dirTakeshi 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-30Fix #4230: slowdown in writing document with sphinx 1.6Takeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2018-01-11builders: Add 'Builder.epilog' optionStephen Finucane
2017-12-31A happy new year!Takeshi KOMIYA
2017-04-22Move translators to SphinxFactoryTakeshi KOMIYA
2017-04-18Show original image URI on copying imagesTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi 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
2016-12-15Update type annotationsTakeshi KOMIYA
2016-12-13Merge branch 'stable'Takeshi KOMIYA
2016-12-12builtin extensions return metadata to allow parallel buildTakeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.buildersTakeshi KOMIYA
2016-07-06Now all builders and domains work as built-in extensionsTakeshi KOMIYA
2016-05-25Refactor code using ``with`` syntaxTakeshi KOMIYA