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 <kecarter@redhat.com>
This commit is contained in:
parent
1255faa87d
commit
89652e486a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user