From: Thanh Ha Date: Fri, 27 Jul 2018 15:07:44 +0000 (-0400) Subject: Remove unnecessary echo X-Git-Tag: v0.16.0~8 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F12017%2F2;p=releng%2Flftools.git Remove unnecessary echo 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 --- diff --git a/tox.ini b/tox.ini index 04da6d00..3f38e355 100644 --- 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