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:
98k 2019-01-09 17:22:33 +00:00
parent 07fe448d80
commit e309553041

View File

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