Fix sphinx-build invocation

We need to publish to doc/build/html, fix this.

Change-Id: If2a18bb1d3d0a22e84904d5caab2fd4a6f7a52cf
This commit is contained in:
Andreas Jaeger 2018-08-14 19:09:51 +02:00 committed by Doug Hellmann
parent 4f27e52e61
commit ec28fa9d8b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:debug]
basepython = python3