Fix docs by limiting sphinx requirement to <1.6.1

The gate pulls the latest sphinx package, 1.6.2 at the moment,
which, just like the ignored version 1.6.1, seems to break
the docs environment.

This patch thus limits sphinx to <1.6.1 instead of simply !=1.6.1.

Related-Bug: #1693010
Change-Id: I30f2ac347d0a02ba9cac3665404c94582f6e0385
This commit is contained in:
Igor Duarte Cardoso 2017-05-30 14:42:11 +00:00
parent b527e77db0
commit 73ca11b148
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ nwdiag
oslosphinx>=4.7.0 # Apache-2.0
pbr>=2.0.0,!=2.1.0 # Apache-2.0
seqdiag
sphinx>=1.5.1,!=1.6.1 # BSD
sphinx>=1.5.1,<1.6.1 # BSD
sphinxcontrib-actdiag
sphinxcontrib-blockdiag # BSD
sphinxcontrib-nwdiag