Skip to content
Snippets Groups Projects
Commit 2200504a authored by Mark Goddard's avatar Mark Goddard
Browse files

Remove pip install sphinx from pep8 tox environment

This was required when upper constraints restricted sphinx to < 1.5. UC now has an
appropriate version of sphinx.
parent c499f723
No related branches found
No related tags found
No related merge requests found
...@@ -23,11 +23,7 @@ commands = ...@@ -23,11 +23,7 @@ commands =
flake8 {posargs} kayobe flake8 {posargs} kayobe
# Check the *.rst files # Check the *.rst files
# We use a thin wrapper around doc8 currently, which has support for sphinx # We use a thin wrapper around doc8 currently, which has support for sphinx
# directives. We install sphinx 1.5.x because versions prior to this # directives.
# (installed due to upper constraints) automatically import all
# sphinx.directive.* modules when any one of those modules is imported, and
# importing sphinx.directive.other breaks docutils parsing.
pip install -U sphinx<1.6
{toxinidir}/tools/sphinx8 README.rst CONTRIBUTING.rst doc/source --ignore D001 {toxinidir}/tools/sphinx8 README.rst CONTRIBUTING.rst doc/source --ignore D001
[testenv:venv] [testenv:venv]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment