Docs need to build without upper-constraaints

We are using openstackdocstheme >= 1.26.0 which is well beyong
what is in stable/pike upper-constraints.txt.

Change-Id: I29a5b69784c791d84ab5e33e8077e010e8fdb9c8
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
Dean Troyer 2018-10-22 14:59:24 -05:00
parent 03e2f23d3c
commit 0b667cbf46
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,7 @@ description = Dummy environment to allow pylint to be run in subdir tox
[testenv:api-ref]
basepython = python3
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/doc/requirements.txt
commands =
rm -rf api-ref/build
@ -62,6 +63,7 @@ whitelist_externals = rm
[testenv:docs]
basepython = python3
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build
@ -70,6 +72,7 @@ whitelist_externals = rm
[testenv:releasenotes]
basepython = python3
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/doc/requirements.txt
commands =
rm -rf releasenotes/build