Update sphinx version in test-requirement.txt

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

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

Change-Id: I619562474501922fd3fa250da0835cc5e3ff42cd
This commit is contained in:
akhiljain23 2019-05-30 13:20:41 +05:30 committed by Dobroslaw Zybort
parent f90c73911d
commit f3696e3818
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
hacking<0.13,>=0.12.0 # Apache-2.0
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
# releasenotes
reno>=2.5.0 # Apache-2.0