Fix the docs error

The docutils 0.13.1 release breaks some documentation jobs
when it tries to build docs with remote images. This has been reported
upstream[0]. The version matches the supported docutils versions for
sphinx. The requirements patch is here: [1]

[0] https://sourceforge.net/p/docutils/bugs/301/
[1] https://review.openstack.org/#/c/409529/

Change-Id: I1ab3a06167798efbb5a3a683947483d1dd1c65d6
This commit is contained in:
Dong Ma 2017-01-06 09:19:25 -08:00
parent a4ff5c214f
commit 3e23c68702
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
hacking<0.11,>=0.10.0
coverage>=3.6
docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain
fixtures>=0.3.14
python-subunit>=0.0.18
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2