From fd9673bd6a4a9acfccd1175826519a13a1036378 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Tue, 10 Dec 2013 13:58:57 -0800 Subject: [PATCH] Sync global requirements to pin sphinx to sphinx>=1.1.2,<1.2 Sync the global requirements to pin sphinx. This addresses an issue where Sphinx 1.2 is not building documents correctly and causing check/gate to fail. Change-Id: I92af6481d2fdfaea6eda4eaffb0388eeaea8cb9f --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 0b0397247..9af647b1a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ keyring>=1.6.1,<2.0 mock>=1.0 mox3>=0.7.0 pycrypto>=2.6 -sphinx>=1.1.2 +sphinx>=1.1.2,<1.2 testrepository>=0.0.17 testresources>=0.2.4 testtools>=0.9.32