From 0b667cbf463babbfa18278a2944fd7e6f8219abb Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Mon, 22 Oct 2018 14:59:24 -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: I29a5b69784c791d84ab5e33e8077e010e8fdb9c8 Signed-off-by: Dean Troyer --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 4e33c1e728..9e05b053cd 100644 --- a/tox.ini +++ b/tox.ini @@ -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