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-06-03Merge branch '3.0.x' into 3.xTakeshi KOMIYA
2020-06-03Fix mypy violations (with mypy-0.780)Takeshi KOMIYA
2020-05-28Add py38 to the list of PyPI classifiersTakeshi KOMIYA
2020-03-22Fix #7331: autodoc: a cython-function is not recognized as a functionTakeshi KOMIYA
2020-03-11Merge branch '2.x' into 3.xTakeshi KOMIYA
2020-03-11Fix mypy violations (with mypy-0.770)Takeshi KOMIYA
2020-03-09Unpin pytestDaniel Hahler
2020-02-07Close #6623: babel-2.0 or above is available (Unpinned)Takeshi KOMIYA
2020-01-22Add new extras_require: lintTakeshi KOMIYA
2020-01-19Test with pytest-5.3.2Takeshi KOMIYA
2019-12-21Fix mypy violations (for mypy-0.761)Takeshi KOMIYA
2019-11-30Fix mypy violations (for mypy-0.750)Takeshi KOMIYA
2019-11-14add urls to Code and Issue tracker for PyPiAndriy Orehov
2019-10-31Add py.typed to make PEP-561 compatibleLewis Russell
2019-10-20Fix mypy violations (for mypy-0.740)Takeshi KOMIYA
2019-10-06Fix mypy violations (for mypy-0.730)Takeshi KOMIYA
2019-07-13Fix mypy violations (for mypy-0.720)Takeshi KOMIYA
2019-06-28Fix mypy violations (for mypy-0.711)Takeshi KOMIYA
2019-06-21Fix mypy violations (for mypy-0.710)Takeshi KOMIYA
2019-05-04Add extra requirements for docs (refs: #6336)Takeshi KOMIYA
2019-03-10Add long_description_content_type to package metadataTakeshi KOMIYA
2019-03-09Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA
2019-02-17Separate json and pickle to sphinxcontrib packageTakeshi KOMIYA
2019-02-14Separate htmlhelp to sphinxcontrib 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
2019-01-13Separate jsmath to sphinxcontrib packageTakeshi KOMIYA
2019-01-06Remove redundant mypy config 'incremental'Jon Dufresne
2018-12-19Replace use of six.text_type with strJon Dufresne
2018-12-18Merge pull request #5786 from tk0miya/requests-2.5Takeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16Update deps: requests-2.5.0 or aboveTakeshi KOMIYA
2018-12-14Add docutils-stubs to test depsTakeshi KOMIYA
2018-12-11Simplify open() call by removing default modeJon Dufresne
2018-11-16Drop explicit dependency: typed_astJon Dufresne
2018-11-14Always prefer dict literals over calls to dict()Jon Dufresne
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-09-05Merge pull request #5370 from tk0miya/drop_deprecated_methodsTakeshi KOMIYA
2018-09-02Drop APIs deprecated in 2.0Takeshi KOMIYA
2018-08-29Drop docutils 0.11 supportTakeshi KOMIYA
2018-08-29Drop python 2.7 and 3.4 supportTakeshi KOMIYA
2018-04-19Update all pypi.python.org URLs to pypi.orgJon Dufresne
2018-04-14Merge branch '1.7'Takeshi KOMIYA
2018-04-02Update package classifiersTakeshi KOMIYA
2018-03-14Merge commit '6694981dd6939ab876b27d4e20a8128561c307ac'Takeshi KOMIYA
2018-03-13Pass python_requires argument to setuptoolsJon Dufresne
2018-03-03Merge branch '1.7'Takeshi KOMIYA
2018-03-01Remove CompileGrammarCommand, it uses removed sphinx.pycode.pgen2 moduleDmitry Shachnev