From: Ihar Hrachyshka Date: Mon, 15 Jun 2015 14:15:11 +0000 (+0200) Subject: Put output of docs job into doc/build/html X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=62faedddf2b0315484a04bd9092e96a3a828e46a;p=openstack-build%2Fneutron-build.git Put output of docs job into doc/build/html 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 --- diff --git a/tox.ini b/tox.ini index 4203cf775..85914b406 100644 --- 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 \