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: Ie2847eb9f1d583a90e82566d6342bb0b87b38c8f
This commit is contained in:
parent
7d1756f307
commit
a0ab89aec3
@ -4,7 +4,6 @@ Team and repository tags
|
||||
|
||||
.. image:: http://governance.openstack.org/badges/tripleo-common.svg
|
||||
:target: http://governance.openstack.org/reference/tags/index.html
|
||||
:remote:
|
||||
|
||||
.. Change things from this point on
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
hacking<0.11,>=0.10.0
|
||||
|
||||
coverage>=4.0 # Apache-2.0
|
||||
docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain
|
||||
python-subunit>=0.0.18 # Apache-2.0/BSD
|
||||
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
|
||||
oslosphinx>=4.7.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user