From b383380735089719b120dd613eda4fcfa4ea55ff Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 27 Jul 2018 11:07:44 -0400 Subject: [PATCH] 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 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.16.6