tox: Add missing deps for 'releasenotes' job
This was missed in change Ice407c712b5438b06c4f439c73946640a0c5a86c. Change-Id: I9bf7f11dc2779d94c63e5d311072a6fecfb4093d Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
1209fb97c7
commit
d18eb6c44a
3
tox.ini
3
tox.ini
@ -55,6 +55,9 @@ import_exceptions =
|
||||
basepython = python3
|
||||
whitelist_externals =
|
||||
rm
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands =
|
||||
rm -rf releasenotes/build
|
||||
sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
|
||||
|
Loading…
x
Reference in New Issue
Block a user