summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@openstack.org>2013-12-10 08:41:18 -0800
committerJames E. Blair <jeblair@openstack.org>2013-12-10 08:41:18 -0800
commitec934d914bc2b687e67bb5c3181c43fa39df7330 (patch)
tree8439d63a9511055041ff8c4dae589753ba77c7d3 /test-requirements.txt
parent46b91e522b82b7dd42fdb9c7c3b21d87748e464d (diff)
downloadzuul-ec934d914bc2b687e67bb5c3181c43fa39df7330.tar.gz
Pin Sphinx to <1.2
1.2 was just released and has a bug that causes builds to fail with the error: error: 'source_dir' must be a directory name (got `...doc/source`) See: http://bugs.python.org/issue19570 and: https://bitbucket.org/birkenfeld/sphinx/pull-request/193/builddoc-shouldnt-fail-on-unicode-paths/diff Change-Id: I53b49cdc00851f0bddfdd18d0cf4e095a917aaa4
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 9afa8225a..34a7a6bac 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,7 @@
hacking>=0.5.6,<0.8
coverage>=3.6
-sphinx>=1.1.2
+sphinx>=1.1.2,<1.2
sphinxcontrib-blockdiag>=0.5.5
docutils==0.9.1
discover