Support pkg build for Managed Rel URLs, add tests
[integration/packaging.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index a9684ffc778fbbfcf78f61e36664cdd074e59b5c..80b200bbe699e604c93dd2e4d071352faaaa542f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -20,7 +20,7 @@ commands =
 [testenv:docs]
 deps = -rdocs/requirements.txt
 commands =
-    sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html
+    sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html
     echo "Generated docs available in {envtmpdir}/html"
 whitelist_externals = echo