summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 46bfc741..35af2a0d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -66,7 +66,7 @@ basepython = pypy3
# return.
deps = -rdoc/requirements.pip
commands =
- doc8 -q doc CHANGES.rst README.rst
+ 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
rst2html.py --strict CHANGES.rst doc/_build/trash