]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Put output of docs job into doc/build/html
authorIhar Hrachyshka <ihrachys@redhat.com>
Mon, 15 Jun 2015 14:15:11 +0000 (16:15 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Mon, 15 Jun 2015 14:26:19 +0000 (16:26 +0200)
This is the path where jenkins/scripts/run-docs.sh that is used by gate
to generate project documentation expects to see the output.

Change-Id: Id276fa59edb33f7789ab06055300b4dc2385472a

tox.ini

diff --git a/tox.ini b/tox.ini
index 4203cf775e41d350709d548963c691d1381063be..85914b40651d410151a78e8e177a1631e4e48ed1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -86,7 +86,7 @@ commands =
 commands = {posargs}
 
 [testenv:docs]
-commands = sphinx-build -W -b html doc/source doc/build
+commands = sphinx-build -W -b html doc/source doc/build/html
 
 [testenv:py34]
 commands = python -m testtools.run \