Pin towncrier for docs
Until https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/60 is resolved.
This commit is contained in:
parent
c860e9dd25
commit
7f18d92d73
2
setup.py
2
setup.py
|
@ -49,6 +49,8 @@ EXTRAS_REQUIRE = {
|
||||||
"zope.interface",
|
"zope.interface",
|
||||||
"sphinx-notfound-page",
|
"sphinx-notfound-page",
|
||||||
"sphinxcontrib-towncrier",
|
"sphinxcontrib-towncrier",
|
||||||
|
# https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/60
|
||||||
|
"towncrier<22.8",
|
||||||
],
|
],
|
||||||
"tests-no-zope": [
|
"tests-no-zope": [
|
||||||
# For regression test to ensure cloudpickle compat doesn't break.
|
# For regression test to ensure cloudpickle compat doesn't break.
|
||||||
|
|
Loading…
Reference in New Issue