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: I0487b4eca8f2755b882689289e3cdf429729b1fb
This commit is contained in:
James E. Blair 2013-12-10 08:30:09 -08:00
parent 3c3e44a4ae
commit 0e8862e958
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ python-subunit
pyzmq==2.2.0.1
redis
selenium
sphinx>=1.1.2
sphinx>=1.1.2,<1.2
sphinxcontrib-docbookrestapi
sphinxcontrib-httpdomain
sphinxcontrib-pecanwsme>=0.5