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: Iac246b16befbaeabbc6e2f935a4443475d70e8ea
This commit is contained in:
jacky06 2019-06-19 23:04:35 +08:00 committed by gugug
parent 64793e5ac1
commit 0eabbadd3e
4 changed files with 12 additions and 10 deletions

View File

@ -1,6 +1,8 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
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,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0

View File

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

View File

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

View File

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