Merge pull request #127 from markgoddard/remove-sphinx-bodge
Remove pip install sphinx from pep8 tox environment
This commit is contained in:
commit
5e1b423d20
6
tox.ini
6
tox.ini
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user