summaryrefslogtreecommitdiff
path: root/tox.ini
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
commit011088973a08ee1c8b6d940a2f0dbbe69f7395c0 (patch)
tree151cb830d23f240f8738fa47316d3940dcbdc1e6 /tox.ini
parent24f3ad2ee2a34618f6f37bc7607d5d6a9c4c6b2b (diff)
downloadpython-coveragepy-git-011088973a08ee1c8b6d940a2f0dbbe69f7395c0.tar.gz
Don't lint sphinx output
Diffstat (limited to 'tox.ini')
-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