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-20Conform to PEP 257 summary line conventionsAdam 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-07-18Use triple quote docstrings consistentlyLouis Maddox
2021-02-04Close #8813: Show what extension caused it on errors on event handlerTakeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-05-17Allow NoUri from 'missing-reference' handlers.Jakob Lykke Andersen
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-24Migrate to py3 style type annotation: sphinx.errorsTakeshi KOMIYA
2019-12-15Fix #6855: Non-RST translated text should be parsed by the appropriate parserJames McKinney
2019-03-02refactor: move NoUri to sphinx.errorsTakeshi 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-15Use Python 3 super() argument-less syntaxJon 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-12Use super() to call parent class's methodJon Dufresne
2018-09-09Fix AttributeError in ExtensionErrorJon Dufresne
2018-07-16Handle errors on scanning documents (refs: #5114)Takeshi KOMIYA
2018-05-21Add BuildEnvironment.setup() to re-initialize (after unpickle)Takeshi 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-01-20Merge pull request #4436 from stephenfin/directory-validationTakeshi KOMIYA
2018-01-20app: Centralize directory validationStephen Finucane
2018-01-20doc: Move sphinx.errors API docs to codeStephen Finucane
2017-12-31A happy new year!Takeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-02-08Fix mypy violationsTakeshi KOMIYA
2017-01-07Fix flake8 violationTakeshi KOMIYA
2017-01-07Fix Sphinx crashes on parallel build with an extension which raises unseriali...Takeshi KOMIYA
2016-05-20Derive SphinxParallelError from SphinxErrorMatthias Geier
2016-01-15Obligatory copyright update.Georg Brandl
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-09-22Factor out parallel building into a utility class. Better error handlingGeorg Brandl
2014-03-01Update copyright year.Georg Brandl
2013-01-02Copyright update.Georg Brandl
2011-01-04New year update.Georg Brandl
2010-01-17merge with trunkGeorg Brandl
2010-01-17Added ``needs_sphinx`` config value and ``Sphinx.require_sphinx`` application...Georg Brandl
2010-01-17merge with trunkGeorg Brandl
2010-01-14Move getting module source to util.Georg Brandl