Merge "Add doc/requirements.txt to docs tox environment" into stable/queens

This commit is contained in:
Zuul 2020-03-11 22:40:41 +00:00 committed by Gerrit Code Review
commit 21761271d0
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]