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:
@@ -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
|
||||
|
Reference in New Issue
Block a user