Update sphinx version in requirement.txt

Update sphinx dependency to avoid gate failure.
Global requirement link [1]

[1] 23ff2adcec/global-requirements.txt (L455)

Change-Id: I251fdfdfebe46ef7e9e0fb3486c12db306f7841c
This commit is contained in:
akhiljain23 2019-05-14 11:25:42 +05:30
parent e5ae91f347
commit 145cd49cc5
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0

View File

@ -90,6 +90,7 @@ rjsmin==1.0.12
semantic-version==2.6.0
simplejson==3.13.2
six==1.11.0
sphinx==1.6.2
stevedore==1.28.0
testrepository==0.0.20
testtools==2.3.0