From 4e52ed213415e70837b9283ddd4d9308a7bee41a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:58:59 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20sphinx-rtd-theme?= =?UTF-8?q?=20requirement=20from=20~=3D2.0=20to=20~=3D3.0=20(#1364)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Sewell --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b761ce1fa..7e7df57ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ docs = [ theme-im = ["sphinx-immaterial~=0.11.11"] theme-furo = ["furo~=2024.8.6"] theme-pds = ["pydata-sphinx-theme~=0.15.2"] -theme-rtd = ["sphinx_rtd_theme~=2.0"] +theme-rtd = ["sphinx_rtd_theme>=3.0.2,<4"] [dependency-groups] dev = ["pre-commit~=3.0", "tox~=4.23", "tox-uv~=1.15"]