From a0ab89aec3a4f0bc49b03ff4a5f6450eaf68175e Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Mon, 12 Dec 2016 07:29:45 +0100 Subject: [PATCH] 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 --- README.rst | 1 - test-requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d40c06508..d914bb879 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index 8334716e0..cbd0518ff 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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