From 986b1900523df4687a584657a0ea53c408958c07 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 2 Mar 2014 16:35:21 -0400 Subject: new tox docs-linkcheck target for a jenkins job to do linkcheck --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tox.ini b/tox.ini index 24f1ea51..8f01bf2e 100644 --- a/tox.ini +++ b/tox.ini @@ -24,6 +24,13 @@ commands = sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html sphinx-build -W -b spelling docs docs/_build/html +[testenv:docs-linkcheck] +deps = + sphinx +basepython = python2.7 +commands = + sphinx-build -W -b linkcheck docs docs/_build/html + # Temporarily disable coverage on pypy because of performance problems with # coverage.py on pypy. [testenv:pypy] -- cgit v1.2.3