summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 7d6abc8e..9a583e7a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -76,10 +76,10 @@ basepython = jython
deps = -rdoc/requirements.pip
commands =
doc8 -q --ignore-path doc/_build doc CHANGES.rst README.rst
- sphinx-build -b html -b linkcheck -aEnq doc doc/_build/html
- sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html
sphinx-build -b html -aqE doc doc/_build/html
rst2html.py --strict README.rst doc/_build/trash
+ sphinx-build -b html -b linkcheck -aEnq doc doc/_build/html
+ sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html
[testenv:lint]
deps = -rrequirements/dev.pip