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:
Kevin Carter 2019-07-11 11:35:06 -05:00
parent 1255faa87d
commit 89652e486a
No known key found for this signature in database
GPG Key ID: CE94BD890A47B20A

View File

@ -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