Remove echo statement 01/10901/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 31 May 2018 00:12:09 +0000 (20:12 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 31 May 2018 00:12:11 +0000 (20:12 -0400)
Sphinx already prints 'The HTML pages are in docs/_build/html.' at the
end of a build. This is redundent and not cross platform compatible
(fails on Windows).

Change-Id: I993893bc797e579d2b3d34cf6c2c9230264cb1ca
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index 858337a..f2e79ad 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -22,10 +22,7 @@ commands =
 deps = -rrequirements.txt
 commands =
     sphinx-build -W -b html -n -W -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
 commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
-