From d020d8270e97ae292251bbac7957aea70f5a7351 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Mon, 22 Oct 2018 16:22:19 -0500 Subject: [PATCH] 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: I2285d7dab0f82ce3a875cff7a8e6612a9c47cf6a Signed-off-by: Dean Troyer --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index f474b1a1b..03ac05c5e 100644 --- a/tox.ini +++ b/tox.ini @@ -69,6 +69,7 @@ commands = [testenv:docs] basepython = python3 +install_command = pip install -U {opts} {packages} deps = -r{toxinidir}/doc/requirements.txt commands = rm -rf doc/build @@ -77,6 +78,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 @@ -91,8 +93,8 @@ commands = reno new {posargs} [testenv:api-ref] basepython = python3 -deps = - -r{toxinidir}/doc/requirements.txt +install_command = pip install -U {opts} {packages} +deps = -r{toxinidir}/doc/requirements.txt commands = rm -rf api-ref/build sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html