Cap Sphinx < 1.4 to avoid issue with Babel

Sphinx 1.4 and Babel appear incompatible,
so cap the version we use.

https://github.com/sphinx-doc/sphinx/issues/2394

Change-Id: I1e76563b6adc4bac74759517725bb12f33d553dc
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-03-28 10:30:14 -04:00
parent 4367aef78f
commit da0c22f181
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ console_scripts =
[extras]
sphinxext =
sphinx
sphinx<1.4
oslosphinx
[build_sphinx]