Add doc/requirements.txt to releasenotes tox environment
Without these dependencies, the releasenotes build does not actually work. Change-Id: I0d10a6318045c9d9293a45a86799b5e85dbcc5b3
This commit is contained in:
parent
ad4d61bb4d
commit
b2e9584421
3
tox.ini
3
tox.ini
@ -43,6 +43,9 @@ commands = oslo_debug_helper -t bifrost/tests {posargs}
|
||||
|
||||
[testenv:releasenotes]
|
||||
basepython = python3
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[testenv:debug-py27]
|
||||
|
Loading…
Reference in New Issue
Block a user