From 7f18d92d7339171823ae3571ab75eb6648c2ccb5 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 30 Aug 2022 07:29:34 +0200 Subject: [PATCH] Pin towncrier for docs Until https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/60 is resolved. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index cb0a1839f..5d33b007c 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,8 @@ "zope.interface", "sphinx-notfound-page", "sphinxcontrib-towncrier", + # https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/60 + "towncrier<22.8", ], "tests-no-zope": [ # For regression test to ensure cloudpickle compat doesn't break.