Sync Sphinx requirement
1. Sync sphinx dependency with global requirements. It caps python 2 since sphinx 2.0 no longer supports Python 2.7. 2. Remove unncessary "==" Change-Id: Iec1ee101e9d9cdedb19b272079a58653f715567a
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
openstackdocstheme>=1.18.1 # 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
|
||||
reno>=2.5.0 # Apache-2.0
|
||||
|
@@ -1,6 +1,6 @@
|
||||
============================================
|
||||
==============================
|
||||
python-zunclient Release Notes
|
||||
============================================
|
||||
==============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
@@ -1,6 +1,6 @@
|
||||
===================================
|
||||
==========================
|
||||
Rocky Series Release Notes
|
||||
===================================
|
||||
==========================
|
||||
|
||||
.. release-notes::
|
||||
:branch: stable/rocky
|
||||
|
Reference in New Issue
Block a user