Fix sphinx-build invocation
We need to publish to doc/build/html, fix this. Change-Id: If2a18bb1d3d0a22e84904d5caab2fd4a6f7a52cf
This commit is contained in:
parent
4f27e52e61
commit
ec28fa9d8b
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user