Update sphinx to be compatible with readthedocs.org

JJB docs are published to readthedocs.org but fails to build because
RTD only supports a newer version of sphinx.  Updating sphinx to
version 1.3.1 so build won't fail on RTD.

depends-on: Iba92628263e20efca84aeada0e19000f4c9b1fac
Change-Id: Ia8d4033bf2def5066bda26813b41338408093481
This commit is contained in:
Khai Do 2015-07-30 13:39:45 -07:00 committed by Antoine Musso
parent 6a8223e05b
commit 6a68da8e03
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ coverage>=3.6
discover
fixtures
python-subunit
sphinx>=1.1.2,<1.2
sphinx>=1.3.1
setuptools_git>=0.4
testscenarios
testtools