Add doc/requirements.txt to docs tox environment
Without these dependencies, the docs build does not actually work. Change-Id: Iacb3707016077649a48f7640f1ff73b5a2ea1a28
This commit is contained in:
parent
cc3f57ac3a
commit
e4bf12d7c5
4
tox.ini
4
tox.ini
@ -22,6 +22,10 @@ commands =
|
||||
doc8 README.rst CONTRIBUTING.rst doc/source
|
||||
|
||||
[testenv:docs]
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands = python setup.py build_sphinx
|
||||
|
||||
[flake8]
|
||||
|
Loading…
Reference in New Issue
Block a user