From 0cc383f3d35074663144f734d60c0cd540381fe3 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 16 May 2017 16:35:51 -0500 Subject: [PATCH] Block sphinx 1.6 Our docs jobs are broken due to a sphinx release. Issues around it are being worked elsewhere. Change-Id: I363865a35ba01a2f7dddce0a684b9b2f235207c8 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2db0d6967..c1a641031 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ # Nodepool uses hacking for its dependencies hacking>=0.10.2,<0.11 coverage -sphinx>=1.5.1 +sphinx>=1.5.1,<1.6 sphinxcontrib-programoutput fixtures>=0.3.12 mock>=1.0