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
10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
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
|