From 3a29771232fa422a0720a521d92fa06181f87282 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Tue, 8 Jul 2014 18:56:10 +0000 Subject: [PATCH] Update test-requirements to fix sphinx build_doc Sphinx-1.2b3 is failing with this error: "'source_dir' must be a directory name". This change prevent that sphinx version from being pulled, it's a backport of 6a276638 Change-Id: Ic63d776bec5c0ace7207a532c29ee193d171ee63 Closes-Bug: #1339273 --- test-requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 72cd834c68..7b1c5a29ae 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,7 +11,5 @@ openstack.nose_plugin>=0.7 nosehtmloutput>=0.0.3 selenium # Docs Requirements -sphinx>=1.1.2,<1.2 -# for bug 1091333, remove after sphinx >1.1.3 is released. -docutils==0.9.1 +sphinx>=1.1.2,!=1.2.0,<1.3 oslo.sphinx