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:
jacky06
2019-06-20 20:45:33 +08:00
parent aaafa80ab1
commit 0423523997
3 changed files with 8 additions and 7 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
============================================
==============================
python-zunclient Release Notes
============================================
==============================
.. toctree::
:maxdepth: 1

View File

@@ -1,6 +1,6 @@
===================================
==========================
Rocky Series Release Notes
===================================
==========================
.. release-notes::
:branch: stable/rocky