Build_sphinx always failed.

Sphinx1.6.1 was released on 2017-05-16.
https://pypi.python.org/pypi/Sphinx
Since then the jenkins job of gate-os-traits-docs-ubuntu-xenial
always failed.

Let's exclude this Sphinx version to fix the failure.

Change-Id: Ic7c1bf8f743c6c08897eb6b9a4bbae4a20d61fcc
Closes-bug: 1691887
This commit is contained in:
jianghua wang 2017-05-19 01:39:07 +01:00
parent b169eb4a8e
commit fbbe466c77
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx>=1.5.1 # BSD
sphinx>=1.5.1,!=1.6.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD