From db0f40be589fa38da0c076da33e19c1f27c14f82 Mon Sep 17 00:00:00 2001 From: Michele Peresano Date: Thu, 19 Sep 2024 15:32:47 +0200 Subject: [PATCH] Pin towncrier to <24.7 see https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92 --- environment.yml | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index 6c8a654..15917bd 100644 --- a/environment.yml +++ b/environment.yml @@ -22,6 +22,7 @@ dependencies: - sphinx-autoapi - sphinx-copybutton - sphinxcontrib-towncrier + - towncrier<24.7 # Testing - pytest - pytest-console-scripts diff --git a/pyproject.toml b/pyproject.toml index a8ca349..edd2e80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ docs = [ "sphinx-autoapi", "sphinx-copybutton", "sphinxcontrib-towncrier", + "towncrier<24.7" ] dev = ["pre-commit", "ruff", "iact_estimator[docs]", "iact_estimator[tests]"] tests = ["pytest", "pytest-console-scripts"]