Update global requirements

Pin reno version to reno!=2.0.0,!=2.3.1,>=1.8.0
Pin sphinx version to sphinx!=1.6.1,>=1.5.1
reno=2.3.1 and sphinx=1.6.1 break releasenotes and doc tests.

Change-Id: Icadc3b67f71ea1098c1ccd1428740a51ece26c52
This commit is contained in:
ZhongShengping 2017-06-08 10:50:51 +08:00
parent 4f2dd81b75
commit 09b4086230
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# this is required for the docs build jobs
sphinx>=1.5.1 # BSD
sphinx!=1.6.1,>=1.5.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
# this is required for the releasenotes build jobs
# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995
reno>=1.8.0,!=2.0.0 # Apache-2.0
reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0