From c3f594242b7b3e0eefcf19d7b8efc3b2f2149f50 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 28 May 2014 11:54:37 +1200 Subject: [PATCH] Sync version of sphinx from requirements This allows the xml builder to be invoked, which is only available in sphinx 1.2 Change-Id: Ide5cc535d9f087a7674a90a45445eb7e6009f35a --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2d611a987a..fe436a6e59 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ mock>=1.0 mox>=0.5.3 oslosphinx oslotest -sphinx>=1.1.2,<1.2 +sphinx>=1.2.1,<1.3 testrepository>=0.0.18 testscenarios>=0.4 testtools>=0.9.34