Make generated html appear in _build/html 82/41082/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 29 Jun 2016 22:54:43 +0000 (18:54 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 29 Jun 2016 22:54:50 +0000 (18:54 -0400)
Change-Id: Ibdcf01296469fd96bd30213821f7c7652e42a111
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index ee12e8ea750cc4a09155fb84d7ede57cc393d276..ff20b9401df95213e47935d27f01e714e6adab25 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,4 +5,4 @@ skipsdist = true
 
 [testenv:docs]
 deps = sphinx
-commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html
+commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html