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: I6c93242f0ded9fe228df495317fff51fbbd75292
This commit is contained in:
jacky06 2019-06-20 21:18:22 +08:00 committed by gugug
parent e0a28bc3e3
commit 1be0d1a635
3 changed files with 8 additions and 7 deletions

View File

@ -10,5 +10,6 @@
mock>=2.0.0 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
sphinxcontrib-apidoc>=0.2.0 # 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

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 @@
===================================
Stein Series Release Notes
===================================
==========================
Stein Series Release Notes
==========================
.. release-notes::
:branch: stable/stein