Add doc/requirements.txt to docs tox environment

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

Change-Id: Ie38200dafb86dbf4cc604ae837fc04f42c47b399
This commit is contained in:
98k 2019-01-09 17:46:27 +00:00
parent 3216f64d14
commit 7d93f625d9
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@ commands =
[testenv:docs]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
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 -W -b html doc/source doc/build/html
[testenv:debug]