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
2020-01-16Support priority of event handlersTakeshi KOMIYA
2020-01-10Merge branch '2.0'Takeshi KOMIYA
2020-01-07refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA
2020-01-04Update application.pyChris Holdgraf
2020-01-04updating docstring for add_js_file for body elementChris Holdgraf
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-12-25Fix flake8 violationsTakeshi KOMIYA
2019-12-25Merge branch '2.0'Takeshi KOMIYA
2019-12-24Migrate to py3 style type annotation: sphinx.applicationTakeshi KOMIYA
2019-12-22Merge branch '2.0'Takeshi KOMIYA
2019-12-22Add IndexDomainTakeshi KOMIYA
2019-12-21Replace `a and b or c` by the more legible `b if a or c`.Antony Lee
2019-12-08Merge branch '2.0'Takeshi KOMIYA
2019-12-02Merge branch '2.2.2' into 2.0Takeshi KOMIYA
2019-12-01Fix #6803: Disable parallel build on macOS and py38+Takeshi KOMIYA
2019-11-17Merge branch '2.0'Takeshi KOMIYA
2019-11-12Improve variable names and code styleThomas Robitaille
2019-11-12Give a warning when extensions are explicitly not parallel safeThomas Robitaille
2019-08-01Merge branch '2.0'jfbu
2019-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-06-30Merge branch '2.0'Takeshi KOMIYA
2019-06-29Close #6475: Add override argument to app.add_autodocumenter()Takeshi KOMIYA
2019-06-01Merge commit '54d5fcfaebc3364044761d30c0fed6bd4d3052c3'Takeshi KOMIYA
2019-06-01Sphinx.add_lexer() now takes a Lexer class instead of instanceTakeshi KOMIYA
2019-06-01refactor: app.add_lexer()Takeshi KOMIYA
2019-05-28Merge branch '2.0'Takeshi KOMIYA
2019-05-14ENH: Explain warnings-as-errorsEric Larson
2019-04-16Make EventManager portableTakeshi KOMIYA
2019-04-16Merge pull request #6260 from tk0miya/refactor_eventsTakeshi KOMIYA
2019-04-07Merge branch '2.0'Takeshi KOMIYA
2019-04-06Make EventManager portableTakeshi KOMIYA
2019-04-06Merge branch '2.0' into refactor_citationsTakeshi KOMIYA
2019-03-31Merge branch '2.0.1' into 2.0Takeshi KOMIYA
2019-03-30Move transforms for citations to sphinx.domains.citationTakeshi KOMIYA
2019-03-30Drop features and APIs deprecated in 1.8Takeshi KOMIYA
2019-03-30Show deprecation warning for sphinx.application.CONFIG_FILENAMETakeshi KOMIYA
2019-03-20Merge branch '2.0'Takeshi KOMIYA
2019-03-17refactor: Remove lists of transforms from SphinxStandalonReaderTakeshi KOMIYA
2019-03-13docs: drop mention to deprecated method (refs: #6174)Takeshi KOMIYA
2019-02-27refactor: Use CatalogRepository instead of find_catalog_source_file()Takeshi KOMIYA
2019-02-17Separate json and pickle to sphinxcontrib packageTakeshi KOMIYA
2019-02-14Separate htmlhelp to sphinxcontrib packageTakeshi KOMIYA
2019-02-11Don't import pycompat in sphinx.application (not used)Takeshi KOMIYA
2019-02-06Move DirectoryHTMLBuilder to sphinx.builders.dirhtml packageTakeshi KOMIYA
2019-02-05Separate applehelp to sphinxcontrib packageTakeshi KOMIYA
2019-01-19Separate devhelp to sphinxcontrib packageTakeshi KOMIYA
2019-01-19Separate qthelp to sphinxcontrib packageTakeshi KOMIYA
2019-01-14Drop dependency: sphinxcontrib-websupportTakeshi KOMIYA