From ad39fbfbad087f0b8e37c382faa08b7458a7a04a Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 10 Dec 2013 08:36:42 -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`) Change-Id: Iec882c2b0cf96d20828b57005fb336be2593ad6b See: http://bugs.python.org/issue19570 and: https://bitbucket.org/birkenfeld/sphinx/pull-request/193/builddoc-shouldnt-fail-on-unicode-paths/diff --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9e74fc196c..afe5050d7d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ hacking>=0.5.6,<0.8 -sphinx>=1.1.2 +sphinx>=1.1.2,<1.2 docutils==0.9.1 oslo.sphinx