make doc job of jenkins executing successfully

gate-tripleo-incubator-docs-ubuntu-xenial always fail.
Because the job install docutils 0.13.1.
error messages is below
http://paste.openstack.org/show/602381/
related review is below
https://review.openstack.org/#/c/418772/
So modify test-requirment in order to install sphinx >= 1.5.1

Change-Id: I9f8998beef9bd1b5819596d7ef3a51a47ecf8972
This commit is contained in:
xhzhf 2017-03-11 20:28:49 +08:00
parent 887a1e6659
commit af825aa3d8
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
oslosphinx
sphinx>=1.1.2,<1.2
sphinx>=1.5.1