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
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
2018-03-01Catch errors on compiling catalogs (refs: #4655)Takeshi KOMIYA
2018-01-29Merge pull request #4505 from tk0miya/use_flake8-import-orderTakeshi KOMIYA
2018-01-28Merge branch '1.7-release' into use_flake8-import-orderTakeshi KOMIYA
2018-01-28Fix utils package is installedTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2018-01-26setup: Configure flake8 extension as a local pluginStephen Finucane
2018-01-08Fix #4183: doctest: ``:pyversion:`` option also follows PEP-440 specificationTakeshi KOMIYA
2017-12-19Improve READMEStephen Finucane
2017-12-18setup.py: Include 'flake8' in 'test' requirementsStephen Finucane
2017-12-13setup: Install mock for Python 3 tooStephen Finucane
2017-10-17Merge pull request #4120 from stephenfin/the-great-toxification-4Takeshi KOMIYA
2017-10-11Update classifiers with supported versionsHugo
2017-10-10requirements: Reduce duplicationStephen Finucane
2017-10-10setup.py: Stop caring about pip 1.5.6Stephen Finucane
2017-10-05utils: Move "header check" to a flake8 pluginStephen Finucane
2017-10-02sphinx-quickstart: Move code to 'sphinx.cmd'Stephen Finucane