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:
Stephen Finucane 2019-12-17 16:29:28 +00:00
parent 1209fb97c7
commit d18eb6c44a
1 changed files with 3 additions and 0 deletions

View File

@ -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