From d2b1c67d57035416bf04f04dabb4e927216836ff Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Mon, 13 May 2019 16:27:19 +0200 Subject: [PATCH] Pin sphinx to <2.0.0 The 2.0.0 release introduces a requirement for using python3.5 but we are running this in python 2.7 Change-Id: I055ab99e48e018d041a2aef7c8998f72ebd4ff5e --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index f4a54b5b5..421af3c32 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -sphinx>=1.6.2 # BSD +sphinx>=1.6.2,<2.0.0 # BSD openstackdocstheme>=1.17.0 # Apache-2.0 reno>=0.1.1 # Apache2 stestr>=1.0.0 # Apache-2.0