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: I56988f93a1d200185fb1564619ee57a2500ee237
Ref: https://review.openstack.org/#/c/61164
This commit is contained in:
Ilya Shakhat 2013-12-11 15:12:20 +04:00
parent 98fd7ae061
commit c5d8f09fe6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ fixtures>=0.3.12
jsonschema
mock
python-subunit
sphinx>=1.1.2
sphinx>=1.1.2,<1.2
sphinxcontrib-httpdomain
testrepository>=0.0.13
testtools>=0.9.32