Print location of built docs 95/41795/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 14 Jul 2016 02:04:49 +0000 (22:04 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 14 Jul 2016 13:47:29 +0000 (09:47 -0400)
Make it available in the output to help people find the built docs.

Change-Id: If90013d6eb8cb2b0a097a381ac2636202a199ccc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
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