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
This commit is contained in:
Ihar Hrachyshka 2015-06-15 16:15:11 +02:00
parent ec95a9a8b1
commit 62faedddf2
1 changed files with 1 additions and 1 deletions

View File

@ -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 \