Remove unnecessary echo 17/12017/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 27 Jul 2018 15:07:44 +0000 (11:07 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 30 Jul 2018 15:40:10 +0000 (11:40 -0400)
Since Sphinx 1.7.x, Sphinx itself now prints the output location
at the end of a build so there's no need to do this unnecessary echo
anymore.

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

diff --git a/tox.ini b/tox.ini
index 04da6d0..3f38e35 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -41,8 +41,6 @@ commands =
 deps = -rrequirements-docs.txt
 commands =
     sphinx-build -W -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-docs.txt