From dcfb808a5fe0ee0f492afcd7e9f1d9ca47f61d23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 08:42:09 +0000 Subject: [PATCH] fix(deps): update dependency sphinx-rtd-theme to >=3,<3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3f81b2..03fc4d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ pre-commit = [ docs = [ "sphinx>=7.0,<8.0", "nbsphinx>=0.9,<1.0", - "sphinx_rtd_theme>=3,<3.1", + "sphinx_rtd_theme>=3,<3.2", "sphinxcontrib-contentui>=0.2,<1.0", "sphinxcontrib-details-directive>=0.1,<1.0", "sphinx_copybutton>=0.5,<1.0",