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
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
2017-10-02sphinx-build: Move code out of 'sphinx.__init__'Stephen Finucane
2017-09-20apidoc: Move apidoc to ext/apidocStephen Finucane
2017-05-25Fix flake8 violationsTakeshi KOMIYA
2017-05-25Merge branch 'stable'Takeshi KOMIYA
2017-05-25setup.py: Add requires for installation from tarballTakeshi KOMIYA
2017-05-25Refactor setup.pyTakeshi KOMIYA
2017-05-25Do not require typing module for python>=3.5Julien Schueller
2017-05-25Do not require typing module for python>=3.5Julien Schueller
2017-05-03Fix #3683: sphinx.websupport module is not provided by defaultTakeshi KOMIYA
2017-04-29make websupport-dependency optionalTakeshi KOMIYA
2017-04-22Split websupport to sphinxcontrib-websupport packageTakeshi KOMIYA
2017-04-10Builder entry points require pkg_resources/setuptoolsBrecht Machiels
2017-02-26Fix test dependAlexander Shadchin
2017-01-29Merge branch 'stable'Takeshi KOMIYA
2017-01-29Support requests-2.0.0 (experimental) (refs: #3367)Takeshi KOMIYA
2017-01-07Merge branch 'stable'Takeshi KOMIYA
2017-01-07Dependency requirement updates: requests 2.4.0 or above (refs: #3268, #3310)Takeshi KOMIYA
2016-12-05Merge branch '1.5-release' into mastershimizukawa
2016-12-04small fix in setup.py and release-checklist.shimizukawa
2016-11-16Prepare to type-check using mypyTakeshi KOMIYA
2016-11-16Fix flake8 violationTakeshi KOMIYA
2016-09-15Fix #2919: Drop py26 supportTakeshi KOMIYA
2016-08-29Drop python 3.3 supportTakeshi KOMIYA
2016-08-20Merge branch 'stable'Takeshi KOMIYA
2016-08-19Add compile_grammar command to setup.py (ref: #2765)Takeshi KOMIYA
2016-08-18Require six 1.5 for html_parserJulien Schueller
2016-07-12Bundle sphinx/pycode/Grammar-*.pickle (ref: #2765)Takeshi KOMIYA
2016-07-07Handle more file closing with "with"Ville Skyttä
2016-05-28Use html5lib to parse HTML in tests instead of XMLParserAvram Lubkin
2016-05-26Merge branch 'stable'Takeshi KOMIYA
2016-05-17Make our custom compile_catalog command work with Babel 2.3Dmitry Shachnev
2016-04-21Switch to using requests for better charset detectionDarragh Bailey
2016-02-13Removed ez_setup.pyAlex Gaynor
2016-02-09Fix #2199: Use ``imagesize`` package to obtain size of imagesTakeshi KOMIYA