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-03-24Update PEP links in docsHugo van Kemenade
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-02Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-04-07refactor: Use PEP-526 based variable annotationTakeshi KOMIYA
2021-03-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Do isortTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-08-08Merge branch '3.x'Takeshi KOMIYA
2020-08-05Close #6698: doctest: Add :no-trim-doctest-flags: optionsTakeshi KOMIYA
2020-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-21Replace `a and b or c` by the more legible `b if a or c`.Antony Lee
2019-10-06Fix mypy violations (for mypy-0.730)Takeshi KOMIYA
2019-07-13Fix type annotation for python 3.5.1Takeshi 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-04Migrate to py3 style type annotation: sphinx.ext.doctestTakeshi KOMIYA
2019-03-06Merge branch '2.0'Takeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-03-03Add a helper method ``SphinxDirective.set_source_info()``Takeshi KOMIYA
2019-03-02Merge branch '1.8' into 2.0Takeshi KOMIYA
2019-02-28Fix #6068: doctest: ``skipif`` option may remove the code block from document...Takeshi 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-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Merge branch 'master' into 5770_doctest_refers_highlight_languageTakeshi KOMIYA
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-15refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA
2018-12-15Fix #5770: doctest: Follow highlight_language on highlighting doctest blockTakeshi KOMIYA
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-12-01Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA
2018-11-30Fix annotations for extensionsTakeshi KOMIYA
2018-11-29Fix annotations for minor methods and functionsTakeshi KOMIYA
2018-11-28Merge pull request #5675 from tk0miya/refactor_superTakeshi KOMIYA
2018-11-28Fix annotaions for extensionsTakeshi KOMIYA
2018-11-27refactor: Use super() to call methods of superclassTakeshi KOMIYA