Sync Sphinx requirement
Sync sphinx dependency with global requirements. It caps python 2 since sphinx 2.0 no longer supports Python 2.7. Change-Id: Iac69ce000f71425acf476816024ed4bb94777780
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# needed for doc build
|
# needed for doc build
|
||||||
docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain
|
docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain
|
||||||
openstackdocstheme>=1.25.0 # Apache 2.0
|
openstackdocstheme>=1.25.0 # Apache 2.0
|
||||||
sphinx>=1.5.0
|
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2
|
||||||
PyYAML>=3.1.0
|
PyYAML>=3.1.0
|
||||||
yamllint>=0.5.2
|
yamllint>=0.5.2
|
||||||
requests-cache
|
requests-cache
|
||||||
|
|||||||
Reference in New Issue
Block a user