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
This commit is contained in:
Yaguang Tang 2013-12-12 00:21:15 +08:00
parent c9c9eaac57
commit cc10525820
1 changed files with 1 additions and 1 deletions

View File

@ -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