Remove sphinx restriction on python version

We are now full python 3 and higher or equal to python 3.6 so we don't need
to keep this restriction. Also it will fix requirements-check jobs.

Change-Id: I1c4c3081d6ebdcadb656caf5973b5b11333ad9f6
This commit is contained in:
Hervé Beraud 2020-05-27 10:14:34 +02:00
parent 85243abf63
commit edbe21e479
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
sphinx>=1.8.0,!=2.1.0 # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD