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-12address some unused loop control variables (B007)Daniel Eades
2022-01-01A happy new year!Takeshi KOMIYA
2021-08-14Close #9524: test: SphinxTestApp can take ``builddir`` as an argumentTakeshi KOMIYA
2021-04-07refactor: Use PEP-526 based variable annotationTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-10-03Merge branch '3.x' into masterTakeshi KOMIYA
2020-10-01add parallel to SphinxTestAppRobert Cohn
2020-09-20Close #8081: latex: Allow to add LaTeX package until writing tex fileTakeshi KOMIYA
2020-07-11Merge branch '3.x'Takeshi KOMIYA
2020-07-05fix lintYuxin Wu
2020-07-05show docs for decorated special functionsYuxin Wu
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-03-22Close #7341: py domain: type annotations are converted to cross refsTakeshi KOMIYA
2020-02-23refactor: Update type annotations in sphinx.testing.*Takeshi KOMIYA
2020-01-07refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-10-06Fix mypy violations (for mypy-0.730)Takeshi KOMIYA
2019-07-13Merge branch '2.1.3' into 2.0Takeshi KOMIYA
2019-07-13Fix mypy violations (for mypy-0.720)Takeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.testing.utilTakeshi KOMIYA
2019-03-17Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-01-03Remove use of deprecated APIsTakeshi 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-12-14Add docutils-stubs to test depsTakeshi KOMIYA
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-12-03Fix annotations of testingTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-21Replace six.string_types with native strJon Dufresne
2018-11-21Simplify ensuredir() with Python3 stdlib featuresJon Dufresne
2018-11-13Merge pull request #5623 from jdufresne/commentsTakeshi KOMIYA
2018-11-13Correct type annotation to remove 'type: ignore' commentJon Dufresne
2018-11-12Remove commented out dead code in sphinx/testing/util.pyJon Dufresne
2018-11-12Use super() to call parent class's methodJon Dufresne
2018-10-16Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix mypy violationsTakeshi KOMIYA
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA