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-03-05Merge branch '2.x' into 3.xTakeshi KOMIYA
2020-03-05Unpin coverage packageTakeshi KOMIYA
2020-03-04Merge pull request #7248 from blueyed/tox-passenv-termTakeshi KOMIYA
2020-03-04tox: passenv: add TERMDaniel Hahler
2020-02-16Clean up PYTHONWARNINGSTakeshi KOMIYA
2020-02-11BLD: tox.ini: flake8: add whitelist_externals for latest tox instead of addin...Wes Turner
2020-01-30Merge branch '2.0'Takeshi KOMIYA
2020-01-23Merge pull request #7049 from tk0miya/test_with_docutils-0.16Takeshi KOMIYA
2020-01-22Add new extras_require: lintTakeshi KOMIYA
2020-01-22Use HEAD of html5lib on testing with py39Takeshi KOMIYA
2020-01-22Test with docutils-0.16Takeshi KOMIYA
2019-12-21test: Testing with docutils-0.16rc1Takeshi KOMIYA
2019-12-15CI: Pinning coverage < 5.0Takeshi KOMIYA
2019-12-14Fix #6887: Sphinx crashes with docutils-0.16b0Takeshi KOMIYA
2019-08-01Test with docutils-0.14 (previous release)Takeshi KOMIYA
2019-05-12Add utils/doclinter.py; a documenter linter for SphinxTakeshi KOMIYA
2019-05-04Add extra requirements for docs (refs: #6336)Takeshi KOMIYA
2019-02-17Merge pull request #5832 from stephenfin/bindep-integrationTakeshi KOMIYA
2019-01-13Stop to use $SPHINX_TEST_TEMPDIR envvarTakeshi KOMIYA
2018-12-17Add bindep integrationStephen Finucane
2018-12-14Add docutils-stubs to test depsTakeshi KOMIYA
2018-11-12Simplify tox configuration with 'extras' optionJon Dufresne
2018-11-09Merge branch '1.8'Takeshi KOMIYA
2018-11-08Give install_command to toxTakeshi KOMIYA
2018-10-31Merge branch '1.8'Takeshi KOMIYA
2018-10-29test: Give filterwarnings=all by ini fileTakeshi KOMIYA
2018-09-08Remove pypy from tox.iniJon 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-07-28Do test with py37Takeshi KOMIYA
2018-06-20tox: Run everything but unit tests under Python 3Stephen Finucane
2018-03-20Fix existence check for JRE was brokenTakeshi KOMIYA
2018-02-04test: pass PYTEST_ADDOPTS to pytestTakeshi KOMIYA
2018-01-15tox: Ignore distutils deprecation warningStephen Finucane
2018-01-06Update PYTHONWARNINGS on tox.ini to reduce meaningless warningsTakeshi KOMIYA
2018-01-05Fix #4378: tox: use usedevelop option instead skipsdistTakeshi KOMIYA
2017-12-29tox: Enable 'skipsdist'Stephen Finucane
2017-12-29Resolve warning filter issuesStephen Finucane
2017-12-29tests: Remove 'tests/run.py'Stephen Finucane
2017-12-27Merge pull request #4337 from stephenfin/the-great-toxificationTakeshi KOMIYA
2017-12-25tox: Report coverage to userStephen Finucane
2017-12-25travis: Enable codecov coverageStephen Finucane
2017-12-24tox: Add 'PERL5LIB' to 'passenv' listStephen Finucane
2017-12-19tox: Add documentation for all targetsStephen Finucane
2017-12-18tox: Make further use of factor-conditional depsStephen Finucane
2017-12-18tox: Add 'coverage' targetStephen Finucane
2017-12-18tests: Ignore tests using 'collect_ignore'Stephen Finucane
2017-12-18setup.py: Include 'flake8' in 'test' requirementsStephen Finucane