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: I6988ed388cc6543bc49e62172aa93f34fdca8e95
This commit is contained in:
jacky06 2019-06-19 23:25:43 +08:00 committed by Michael Johnson
parent 2261d112b2
commit 7f55e34b19
3 changed files with 8 additions and 7 deletions

View File

@ -3,7 +3,8 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
sphinxcontrib-apidoc>=0.2.0 # BSD sphinxcontrib-apidoc>=0.2.0 # BSD
sphinx>=1.6.2,!=1.6.6,!=1.6.7 # 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,!=2.1.0;python_version>='3.4' # BSD
openstackdocstheme>=1.18.1 # Apache-2.0 openstackdocstheme>=1.18.1 # Apache-2.0
# releasenotes # releasenotes

View File

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

View File

@ -1,5 +1,5 @@
============================== ============================
Current Series Release Notes Current Series Release Notes
============================== ============================
.. release-notes:: .. release-notes::