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/61164changes/77/61377/1
parent
98fd7ae061
commit
c5d8f09fe6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue