exception checker with context
[integration/test.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 3ad5411560b3907415b5a06168fa3aabe8640166..d1cb293e95d31df4fe2d334d6196027d1ebf0f8a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -15,8 +15,11 @@ 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 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+    echo "Generated docs available in {toxinidir}/docs/_build/html"
+whitelist_externals = echo
 
 [testenv:tidy]
 deps = robotframework