From 398874c021c79b4e9a550e3e936e25fa3a7bbe02 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Mon, 26 Dec 2016 11:55:35 +0900 Subject: [PATCH] Skip docutils 0.13.1 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. [0] https://sourceforge.net/p/docutils/bugs/301/ Change-Id: I7fb8c0fa9518b6b16eba6f7c5607c94136ebca53 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index de7d699..f810447 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ pbr>=1.6 # Apache-2.0 doc8 # Apache-2.0 +docutils!=0.13.1,>=0.11 # OSI-Approved Open Source, Public Domain oslosphinx>=4.7.0 # Apache-2.0 sphinx!=1.3b1,<1.4,>=1.2.1 # BSD testrepository>=0.0.18 # Apache-2.0/BSD