Pin docutils version

The 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: Ie82b943299a89d99aa70f3cc7139ecbb19b4b593
This commit is contained in:
Irena Berezovsky 2016-12-12 11:38:26 +02:00
parent 47880b1abf
commit 7c03b7f290
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
hacking<0.12,>=0.10.2 # Apache-2.0
coverage>=4.0 # Apache-2.0
docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain
mock>=2.0 # BSD
ddt>=1.0.1 # MIT
python-subunit>=0.0.18 # Apache-2.0/BSD