Add doc/requirements.txt to docs tox environment
Without these dependencies, the releasenotes build does not actually work. Change-Id: I7282b8e121803d5417710947fa9e9b881c2e459f
This commit is contained in:
parent
07fe448d80
commit
e309553041
3
tox.ini
3
tox.ini
@ -23,6 +23,9 @@ commands = flake8
|
||||
[testenv:docs]
|
||||
basepython = python3
|
||||
envdir = {toxworkdir}/venv
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands = python setup.py build_sphinx
|
||||
|
||||
[flake8]
|
||||
|
Loading…
Reference in New Issue
Block a user