From d5dc5b51fa45f2a7ba947b844c769cf3a7e733ea Mon Sep 17 00:00:00 2001 From: zhongjun Date: Wed, 17 May 2017 15:39:30 +0800 Subject: [PATCH] Fix sphinx version to !=1.6.1,>=1.5.1 Since then the jenkins job of gate-manila-specs-docs-ubuntu-xenial always failed. Let's set sphinx version to !=1.6.1,>=1.5.1 to fix the failure in test-requirements. As the same as manila project does. https://review.openstack.org/#/c/465263/2/test-requirements.txt. Partial-Bug: #1691622 Change-Id: Ic411bb789deaf3b71c4b94d465dd673d6f5cfd5e --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb52422..e05596b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ blockdiag nwdiag oslosphinx>=4.7.0 seqdiag -sphinx>=1.5.1 +sphinx>=1.5.1,!=1.6.1 # BSD sphinxcontrib-actdiag sphinxcontrib-blockdiag # BSD sphinxcontrib-nwdiag