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-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-10-03Merge branch '3.x' into masterTakeshi KOMIYA
2020-08-13Close #8100: html: Show a better error message for html_static_filesTakeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-06-02Migrate to py3 style type annotation: sphinx.util.fileutilTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-17Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA
2018-12-17py3: Remove (most) __future__ importsStephen Finucane
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-11-21Simplify ensuredir() with Python3 stdlib featuresJon Dufresne
2018-10-07refactor: Separate message catalogs to sphinxmessage.styTakeshi 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-05-01Optimize copy_asset()Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-08-16copy static files beyond symlinked directories under _static directory.shimizukawa
2017-05-07Update type annotations for new mypyTakeshi 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-09Fix copy_asset_file() rewrote destination-filenameTakeshi KOMIYA
2016-09-21Fix #2687: Uninstall sphinx directives and roles after buildTakeshi KOMIYA
2016-07-07Fix importing errorTakeshi KOMIYA
2016-07-07Fix typoTakeshi KOMIYA
2016-07-07Use SphinxRenderer as a default renderer of copy_asset()Takeshi KOMIYA
2016-07-06Replace all copy_static_entry() with copy_asset()Takeshi KOMIYA
2016-07-06copy_asset_file() does not expand if context not givenTakeshi KOMIYA
2016-07-06Add sphinx.util.fileutil.copy_asset()Takeshi KOMIYA
2016-07-06Add sphinx.util.fileutil.copy_asset_file()Takeshi KOMIYA