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: I902db0d94200692f6737827645030be82bfb9e62
This commit is contained in:
James E. Blair 2013-12-10 08:40:34 -08:00
parent 04be0f43ad
commit ab30ecaa4b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
discover
fixtures
python-subunit
sphinx
sphinx>=1.1.2,<1.2
setuptools_git>=0.4
testscenarios
testtools