From 0e8862e958813a031fe7398440e8a3866b42a8e4 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 10 Dec 2013 08:30:09 -0800 Subject: [PATCH] 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: I0487b4eca8f2755b882689289e3cdf429729b1fb --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 91e73da649..853b4da004 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -141,7 +141,7 @@ python-subunit pyzmq==2.2.0.1 redis selenium -sphinx>=1.1.2 +sphinx>=1.1.2,<1.2 sphinxcontrib-docbookrestapi sphinxcontrib-httpdomain sphinxcontrib-pecanwsme>=0.5