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`)

Change-Id: Iec882c2b0cf96d20828b57005fb336be2593ad6b
See: http://bugs.python.org/issue19570
and: https://bitbucket.org/birkenfeld/sphinx/pull-request/193/builddoc-shouldnt-fail-on-unicode-paths/diff
This commit is contained in:
James E. Blair 2013-12-10 08:36:42 -08:00
parent 5208561d27
commit ad39fbfbad
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
hacking>=0.5.6,<0.8
sphinx>=1.1.2
sphinx>=1.1.2,<1.2
docutils==0.9.1
oslo.sphinx