Uncap sphinx version

Sphinx version has been capped since
I9c45d239e156ec4fb49b5d8bd2404b66155be92b
in order to fix an issue with resolving citations.

Then, in I7e55dcf910e0ba6dd85b565db8cb1ecbdd39634a,
the issue has been fixed by modifying citation references.

So uncap sphinx version.
But sphinx 1.6.1 has another issue (*1),
so leave sphinx 1.6.1 in the blacklist.

*1: https://github.com/sphinx-doc/sphinx/issues/3754

Change-Id: I09acc562bc37edc3c8a40027f7eb359aaa956c32
Related-Bug: #1695127
This commit is contained in:
Takashi NATSUME 2017-06-06 07:33:25 +09:00
parent f51ab8ecf0
commit f49397be06
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
oslosphinx>=4.7.0 # Apache-2.0
sphinx>=1.5.1,<1.6.1 # BSD
sphinx>=1.5.1,!=1.6.1 # BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
yasfb>=0.5.1,!=0.6.0