From 73997a28ce734a920e470f38ba574ff5807b7f3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 08:27:39 +0000 Subject: [PATCH] Update dependency pydata-sphinx-theme to >=0.21,<0.22 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c4b9e4..98a138a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ test = [ ] docs = [ "Sphinx>=9,<=10", - "pydata-sphinx-theme>=0.17.0,<0.18", + "pydata-sphinx-theme>=0.21,<0.22", "myst-parser>=5,<6", "jupyter>=1.0.0,<2", "seaborn>=0.13.0,<0.14",