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: Ic8d4ac21906dd78159375a51fc7514f8d664f22a
This commit is contained in:
jacky06 2019-06-18 23:36:25 +08:00
parent 9573e43aa4
commit 624fb58fc0
3 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1,3 +1,8 @@
sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
# 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,<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
reno>=2.5.0 # Apache-2.0

View File

@ -140,8 +140,3 @@ setups today there are many isolated topologies)
Reactive
--------