Merge "Migrate LISP Flow Mapping user docs to rst"
[docs.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index d44193016fea575b7f028834e5351d667c4b61cb..90be6828eabbb8dbc49316526ea4c078cc69ff57 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,10 @@ skipsdist = true
 
 [testenv:docs]
 deps = -rrequirements.txt
-commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+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:docs-linkcheck]
 deps = -rrequirements.txt