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:
James E. Blair 2013-12-10 08:30:09 -08:00 committed by Alan Pevec
parent 666826a0e4
commit 76ff7c840c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ nosexcover
openstack.nose_plugin
pep8==1.3.3
python-subunit
sphinx>=1.1.2
sphinx>=1.1.2,<1.2
testrepository>=0.0.13
testtools>=0.9.27
webtest==1.3.3