From c8337025e9482a3609595c88753570558ac02fc4 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Tue, 11 Nov 2014 09:24:37 +0100 Subject: [PATCH] Avoid Sphinx 1.3x in the tests Sphinx 1.3b at least changes the cli, leading to a test fail. Change-Id: I841c11ff28294fdcb6a238fe100ba3b68aa4cf1c --- tox-tmpl.ini | 4 ++-- tox.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tox-tmpl.ini b/tox-tmpl.ini index c92ff7d..1bb97cc 100644 --- a/tox-tmpl.ini +++ b/tox-tmpl.ini @@ -12,7 +12,7 @@ basedeps= transaction pecan cloud_sptheme - Sphinx + Sphinx < 1.2.99 Flask [axes] @@ -204,7 +204,7 @@ commands= [testenv:doc] deps= cloud_sptheme - Sphinx + Sphinx < 1.2.99 changedir= doc diff --git a/tox.ini b/tox.ini index d6a8771..9e50994 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ basedeps = transaction pecan cloud_sptheme - Sphinx + Sphinx < 1.2.99 Flask [testenv] @@ -121,7 +121,7 @@ commands = [testenv:doc] deps = cloud_sptheme - Sphinx + Sphinx < 1.2.99 changedir = doc commands =