Raise sphinx requirement

Some tools, like os-api-ref, need at least sphinx 1.2.1, update the
minimal requirement.

This is related to Ifebc65b188c4f2ba35b61c0deae5ec24401df7f9 where we
noticed that the old version broke os-api-ref.

Change-Id: Ib4711790fadceb99fbba288b5b96c691807ce4cd
This commit is contained in:
Andreas Jaeger 2016-06-21 16:38:34 +02:00
parent b4c9e45fb6
commit 91026c1abb

View File

@ -332,7 +332,7 @@ selenium>=2.50.1 # Apache-2.0
# NOT set an upper bound on setuptools, as that will lead to uninstallable
# situations as progressive releases of projects are done.
setuptools>=16.0 # PSF/ZPL
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # BSD
sphinx>=1.2.1,!=1.3b1,<1.3 # BSD
sphinxcontrib-blockdiag # BSD
sphinxcontrib-httpdomain # BSD
sphinxcontrib-seqdiag # BSD