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: I53b49cdc00851f0bddfdd18d0cf4e095a917aaa4
This commit is contained in:
James E. Blair 2013-12-10 08:41:18 -08:00
parent 46b91e522b
commit ec934d914b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
hacking>=0.5.6,<0.8
coverage>=3.6
sphinx>=1.1.2
sphinx>=1.1.2,<1.2
sphinxcontrib-blockdiag>=0.5.5
docutils==0.9.1
discover