summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-14 07:34:28 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-14 07:34:28 -0500
commit0fb741a17f6eabc2d6dc1265c60c930485746020 (patch)
treee69d5a92bb610aacf4bc52af51ff3f8b074dff12
parentef76256c4da1387b4ecc8030d8bfeb09b54b622c (diff)
downloadpython-coveragepy-0fb741a17f6eabc2d6dc1265c60c930485746020.tar.gz
Don't lint sphinx output
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 46bfc74..35af2a0 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