summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-09-24 08:15:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-09-24 08:15:35 -0400
commit2fc0358f3483283a149997b91763365354ae60bd (patch)
treede8efa2c4e737e82f264b642b9842ce424260aae /tox.ini
parentf7e159775d3d854d2fe512287fdb02c072bedcb4 (diff)
downloadpython-coveragepy-2fc0358f3483283a149997b91763365354ae60bd.tar.gz
Use linkcheck on docs, and fix some broken links
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 04b303c..95c307a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -74,8 +74,8 @@ basepython = pypy3-5.2
# return.
deps = -rdoc/requirements.pip
commands =
- sphinx-build -aEnq doc doc/_build/html
- sphinx-build -aEnQW doc doc/_build/html
+ 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
rst2html.py --strict README.rst doc/_build/trash