Add doc/requirements.txt to releasenotes tox environment
Without these dependencies, the releasenotes build does not actually work. Change-Id: I6341d335003b5bd29d05314fa6f18dc66adf6f2a
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -70,6 +70,9 @@ passenv = OS_STDOUT_CAPTURE
|
||||
|
||||
[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
|
||||
|
||||
[flake8]
|
||||
|
||||
Reference in New Issue
Block a user