Install requirements for doc build
... to avoid the failure caused by missing dependencies. Change-Id: Idbf5f7fefc5cf9f8fbeba6c4c64e70acc0dcb613
This commit is contained in:
parent
9883376a86
commit
1750cda55e
1
tox.ini
1
tox.ini
@ -48,6 +48,7 @@ commands =
|
||||
[testenv:docs]
|
||||
deps =
|
||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands =
|
||||
sphinx-build -a -E -W --keep-going -b html doc/source doc/build/html
|
||||
|
Loading…
Reference in New Issue
Block a user