From bd44ea395b46c83c7ceeb56cf07db5d9e1fe59ea Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 27 Aug 2014 11:56:37 +0200 Subject: [PATCH] Remove docutils pin This was added to work around bug 1091333. A new sphinx has been released and so this is no longer necessary. Also update sphinx requirements from global requirements. Change-Id: I9107884d964757a9154bdd1feb4ea6df4e9df43e --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6ea2d1a3..bcccdbdd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ -docutils==0.9.1 oslosphinx pbr>=0.6,<1.0 -sphinx>=1.1.2,<1.2 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 testrepository>=0.0.18 testtools>=0.9.34 flake8