From 89652e486a3119f3289e3f92929b07b9a11a2194 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 11 Jul 2019 11:35:06 -0500 Subject: [PATCH] Dont set constraints on sphinx This python package does not need a constraint. In this case the constraint is being removed because it will break on py27 which we have to still support until 1 January 2019. Modern sphinx will automatically limit the version installed based on the detected version of python. Change-Id: I5091a6c30eec43ec24e3664813bc1fafd89f3e28 Signed-off-by: Kevin Carter --- molecule-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule-requirements.txt b/molecule-requirements.txt index aae2cbfd0..d7d403ba8 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -10,7 +10,7 @@ mock molecule>=2.22rc1 # this is required for the docs build jobs -sphinx>=2.0.0 # BSD +sphinx openstackdocstheme>=1.29.2 # Apache-2.0 reno>=2.11.3 # Apache-2.0 doc8>=0.8.0 # Apache-2.0