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: 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
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-12Remove use of six.binary_typeJon Dufresne
2018-09-24Replace all six.itervalues()/.iteritems() with .values()/.items()Jon Dufresne
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA
2018-09-22Fix flake8 violationTakeshi KOMIYA
2018-09-22Merge branch 'master' into openTakeshi KOMIYA
2018-09-22refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA
2018-09-16Fix #5417: Sphinx fails to build with syntax error in Python 2.7.5Takeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne