From 4b85730b3c6e6552a5e7c237d78a68f7f25ebf5d Mon Sep 17 00:00:00 2001 From: Brian Moss Date: Tue, 13 Dec 2016 16:23:59 +1000 Subject: [PATCH] Skip docutils version that errors on remote images Docutils 0.13.1 errors on non-local images. Skip this release to prevent documentation build problems. See http://lists.openstack.org/pipermail/openstack-dev/2016-December/108742.html Change-Id: If1efc40354979e9e732b1d5654f46c805d499523 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index d5a85012..d36376af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,7 @@ pbr>=1.8 # Apache-2.0 iso8601>=0.1.11 # MIT lxml>=2.3 # BSD oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 +docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain sphinx!=1.3b1,<1.4,>=1.2.1 # BSD demjson # GLGPLv3+ PyYAML>=3.10.0 # MIT