summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChang Bo Guo <guochbo@cn.ibm.com>2013-12-10 15:52:03 -0800
committerChang Bo Guo <guochbo@cn.ibm.com>2013-12-10 15:52:26 -0800
commit7eceab8aa1dfb2b83b225eceb7be632c830cd3fd (patch)
tree762d29a2eb4cab05646a328c0771fbf21e2489f0
parent31833080e011115b639ceb2016e5a19c90fafa2f (diff)
downloadpbr-7eceab8aa1dfb2b83b225eceb7be632c830cd3fd.tar.gz
Pin sphinx to <1.2
There is a bug in sphinx 1.2 that breaks doc builds. See requirements commit 0e8862e958813a031fe7398440e8a3866b42a8e4 for details. Related-Bug: 1259511 Change-Id: I4a13685c4efe6ea80ef69e879bb2adc104fa564f
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 4140c5e..496c815 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,7 +4,7 @@ fixtures>=0.3.12
flake8==2.0
mock>=1.0
python-subunit
-sphinx>=1.1.2
+sphinx>=1.1.2,<1.2
testrepository>=0.0.17
testresources<0.3
testscenarios>=0.4,<0.5