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-15refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi KOMIYA
2021-03-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-08-22Fixes #8146: When identifying bases, only use classes from builtinsGaurav Lalchandani
2020-05-05Rename fips_safe_md5 to md5Lars Hupfeldt
2020-05-05Introduce fips_safe_md5, see issue #7611Lars Hupfeldt
2020-02-11Merge branch 'master' into 5637Takeshi KOMIYA
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-10Make SVG inheritance diagrams transparentEric Wieser
2019-10-06Fix mypy violations (for mypy-0.730)Takeshi KOMIYA
2019-08-17Switch uses of __import__ to importlib.get_module()Jon Dufresne
2019-07-03Migrate to py3 style type annotation: sphinx.ext.inheritance_diagramTakeshi KOMIYA
2019-03-11Fix docs of inheritance-diagram "parts" optionMichael Goerz
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-03-01Merge branch 'master' into masterBrendt Wohlberg
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-17Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16Pass exceptions directly to docutils reporterJon Dufresne
2018-12-16Avoid respecifying default encoding for .encode()/.decode() callsJon 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-10Remove Python2 exception type in inheritance_diagram.pyJon Dufresne
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-28Fix annotaions for extensionsTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-15Replace __name__ with __qualname__; resolves #5538Brendt Wohlberg
2018-11-13Deprecate and drop internal use of force_decode()Jon Dufresne
2018-11-06Fix mypy violationTakeshi KOMIYA
2018-10-16Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix mypy violationsTakeshi KOMIYA
2018-09-23Remove uses of six.moves that did not cause any type errorsJon Dufresne
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-05-11refactor: Replace Directive by SphinxDirectiveTakeshi KOMIYA
2018-05-03Fix mypy violationsTakeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-02-02Catching ValueError when importing for py27 compatibilityDaniel Pizetta
2018-02-01Reimplement fix for #4019Daniel Pizetta
2018-01-31Merge pull request #1 from dpizetta/bug-objname-nonetypeDaniel Pizetta
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2018-01-13Merge remote-tracking branch 'atodorov/inheritance_top_class'Takeshi KOMIYA
2017-12-31Merge branch 'happy_new_year' into masterTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-09-04Fix #4019: exception treatment for NoneType group attibute.Daniel Pizetta