From ed23bb62a50a877c2b6b5904cc4963968f17acc3 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 2 Jun 2018 01:33:43 -0400 Subject: [PATCH] Remove echo statement Sphinx already prints 'The HTML pages are in docs/_build/html.' at the end of a build. This is redundent and not cross platform compatible (fails on Windows). Change-Id: I6e4098aaaed492138d8056495c6db69d3799de1a Signed-off-by: Thanh Ha --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 4d0f0f92..25f28e86 100644 --- a/tox.ini +++ b/tox.ini @@ -20,8 +20,6 @@ commands = 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:ensure-documented] commands = -- 2.16.6