From 3e23c6870283a12bbda45a942155e0eaa3e6990c Mon Sep 17 00:00:00 2001 From: Dong Ma Date: Fri, 6 Jan 2017 09:19:25 -0800 Subject: [PATCH] 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 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index f28eee1..cb7d991 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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