From da42118b0024a6291eae0ba89ff852ad200107a7 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 24 Jul 2018 22:25:22 -0400 Subject: [PATCH] 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 --- docs/install.rst | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.16.6