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
This commit is contained in:
@@ -5,7 +5,7 @@ blockdiag
|
|||||||
nwdiag
|
nwdiag
|
||||||
oslosphinx>=4.7.0
|
oslosphinx>=4.7.0
|
||||||
seqdiag
|
seqdiag
|
||||||
sphinx>=1.5.1
|
sphinx>=1.5.1,!=1.6.1 # BSD
|
||||||
sphinxcontrib-actdiag
|
sphinxcontrib-actdiag
|
||||||
sphinxcontrib-blockdiag # BSD
|
sphinxcontrib-blockdiag # BSD
|
||||||
sphinxcontrib-nwdiag
|
sphinxcontrib-nwdiag
|
||||||
|
|||||||
Reference in New Issue
Block a user