From cc105258205feea8cb7e5b6f1714c644d70c2bbb Mon Sep 17 00:00:00 2001 From: Yaguang Tang Date: Thu, 12 Dec 2013 00:21:15 +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 --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-requires b/tools/test-requires index 29220438a50..332616aae53 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -10,7 +10,7 @@ openstack.nose_plugin nosehtmloutput pep8==1.3.3 pylint==0.25.2 -sphinx>=1.1.2 +sphinx>=1.1.2,<1.2 MySQL-python psycopg2 hp3parclient>=1.0.0