Fix docs build
We need to install swift to build docs anyway, so make sure we include swift's requirements as well as the docs-building requirements. Otherwise, swift's requirements will not be subject to the specified constraints file. Change-Id: If33532232572e802b2099f39f4231ee6add6d5a9
This commit is contained in:
parent
d22a754052
commit
dd9b687f71
1
tox.ini
1
tox.ini
@ -119,6 +119,7 @@ basepython = python3
|
|||||||
deps =
|
deps =
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
|
-r{toxinidir}/requirements.txt
|
||||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||||
|
|
||||||
[testenv:api-ref]
|
[testenv:api-ref]
|
||||||
|
Loading…
Reference in New Issue
Block a user