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: I0008ca81b9c753d26ef97e10957a1745d340d2c0
This commit is contained in:
jacky06 2019-06-19 22:38:42 +08:00
parent 1dd821f27c
commit 2fa0ce696f
4 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,4 @@
openstack Style Commandments
===============================================
============================
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -1,6 +1,6 @@
============================================
mistral-tempest-plugin Release Notes
============================================
====================================
mistral-tempest-plugin Release Notes
====================================
.. toctree::
:maxdepth: 1

View File

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

View File

@ -4,7 +4,9 @@
hacking>=1.1.0,<1.2.0 # 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
openstackdocstheme>=1.18.1 # Apache-2.0
# releasenotes
reno>=2.5.0 # Apache-2.0