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: I1d321e17470216b76fca84f21896bc1457a6a92a
This commit is contained in:
jacky06 2019-06-18 22:03:07 +08:00
parent a9a49899c2
commit bd59ec3a61
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
============
===========
adjutant-ui
============
===========
Adjutant Dashboard

View File

@ -1,6 +1,6 @@
============
===========
adjutant-ui
============
===========
Adjutant Dashboard

View File

@ -15,7 +15,7 @@ nodeenv>=0.9.4 # BSD
oslosphinx>=4.7.0 # Apache-2.0
reno>=1.8.0 # Apache-2.0
selenium>=2.50.1 # Apache-2.0
sphinx>=1.5.1 # BSD
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
testtools>=1.4.0 # MIT
# This also needs xvfb library installed on your OS
xvfbwrapper>=0.1.3 #license: MIT