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. Update some URLs to latest
3. Remove unncessary "=="

Change-Id: I1d57841c754169a3d770ab3d856a95874f68f4ba
This commit is contained in:
jacky06 2019-06-20 00:31:57 +08:00
parent af871d1ed5
commit b7f385fe44
5 changed files with 14 additions and 13 deletions

View File

@ -1,4 +1,5 @@
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
openstackdocstheme>=1.18.1 # Apache-2.0
# releasenotes

View File

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

View File

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

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