Update RPM repo docs
[integration/packaging.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 987e473a4557a35850ffef615df73573e33269d4..80b200bbe699e604c93dd2e4d071352faaaa542f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6.0
-envlist = docs,coala,pkg_unittests
+envlist = docs,docs-linkcheck,coala,pkg_unittests
 skipsdist = true
 
 [testenv:coala]
@@ -18,8 +18,15 @@ commands =
     coala --non-interactive
 
 [testenv:docs]
-deps = sphinx
-commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html
+deps = -rdocs/requirements.txt
+commands =
+    sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html
+    echo "Generated docs available in {envtmpdir}/html"
+whitelist_externals = echo
+
+[testenv:docs-linkcheck]
+deps = -rdocs/requirements.txt
+commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/linkcheck
 
 [testenv:pkg_unittests]
 # TODO: Support Python 3