Remove echo of docs path 77/11977/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 25 Jul 2018 02:25:22 +0000 (22:25 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 25 Jul 2018 02:26:29 +0000 (22:26 -0400)
Since Sphinx 1.7.x Sphinx actually prints the path itself now
so we no longer need this explicit statement.

Change-Id: If2947ac6921fdefb3e51f1910a8f6819ffcf0d52
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/install.rst

index 2a7ed92..c792e00 100644 (file)
@@ -86,8 +86,6 @@ Follow these steps to install lfdocs-conf:
      deps = -rrequirements.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.txt