Add doc/requirements.txt to docs tox environment

Without these dependencies, the docs build does not actually
work.

Change-Id: Iacb3707016077649a48f7640f1ff73b5a2ea1a28
(cherry picked from commit e4bf12d7c5)
This commit is contained in:
98k 2019-01-09 18:10:26 +00:00 committed by Christopher Dearborn
parent c4175f3ef1
commit 2eaadf3661
1 changed files with 4 additions and 0 deletions

View File

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