From 9b7eb5310b6e8477b2ef2d01c0cd09d69f61efc2 Mon Sep 17 00:00:00 2001 From: jichenjc Date: Tue, 23 May 2017 05:16:23 +0800 Subject: [PATCH] pin sphinx = 1.5.6 per https://github.com/sphinx-doc/sphinx/issues/3754 Change-Id: If0fd528140b80aba21567aa72d84d22a93aff7d8 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index f7106b4..12333e6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ coverage>=4.0 # Apache-2.0 discover fixtures>=3.0.0 # Apache-2.0/BSD python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx==1.5.6 # BSD oslosphinx>=4.7.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 oslo.config>=3.22.0 # Apache-2.0