From: Thanh Ha Date: Wed, 25 Jul 2018 02:25:22 +0000 (-0400) Subject: Remove echo of docs path X-Git-Tag: v0.2.3~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=da42118b0024a6291eae0ba89ff852ad200107a7;p=releng%2Fdocs-conf.git Remove echo of docs path 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 --- diff --git a/docs/install.rst b/docs/install.rst index 2a7ed92..c792e00 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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