From 91026c1abbbc907f0303e2fb07e6a48dc53c1867 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 21 Jun 2016 16:38:34 +0200 Subject: [PATCH] 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 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 9a7e055596..ad90dc7421 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -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