summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-30 08:02:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-30 08:49:12 -0400
commit33f53955332ac3516640c8e898626f4c3107fe9b (patch)
tree46c46f8ee39787bb5490a9b7ec7d92973bed7005 /tox.ini
parent0984338df1dd98a1e4fbe4fd3f878f38e9d393a5 (diff)
downloadpython-coveragepy-git-33f53955332ac3516640c8e898626f4c3107fe9b.tar.gz
docs: fix two warnings in the release-notes process
... and change "tox doc" to fail next time this happens.
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 ad9d6540..c2b434e4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -64,7 +64,7 @@ commands =
make cmd_help
python doc/check_copied_from.py doc/*.rst
doc8 -q --ignore-path 'doc/_*' doc CHANGES.rst README.rst
- sphinx-build -b html -aqE doc doc/_build/html
+ sphinx-build -b html -aEnqW 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