summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Cacqueray <tristan.cacqueray@enovance.com>2014-07-08 18:56:10 +0000
committerTristan Cacqueray <tristan.cacqueray@enovance.com>2014-07-08 19:02:58 +0000
commit3a29771232fa422a0720a521d92fa06181f87282 (patch)
tree66fd2822ee341693872a4ef33fa2e5804b6d5687
parent19634d62f5a9b2c1aa9f867c247f46ed7f19ac07 (diff)
downloadhorizon-3a29771232fa422a0720a521d92fa06181f87282.tar.gz
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
-rw-r--r--test-requirements.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 72cd834c6..7b1c5a29a 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