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 committed by Alan Pevec
parent a68c609dbc
commit 71397ebf99
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ pylint
selenium
# Docs Requirements
sphinx
sphinx>=1.1.2,<1.2
docutils==0.9.1 # for bug 1091333, remove after sphinx >1.1.3 is released.