From 11c1748ddf90a2b4b252d34bd5a58a7ad019441b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 02:18:40 +0000 Subject: [PATCH] Bump sphinx-rtd-theme from 3.0.2 to 3.1.0 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 3.0.2 to 3.1.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/3.0.2...3.1.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cbcf77ce2..bb00c2a2b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ testing = [ documentation = [ "numpydoc==1.10.0", "sphinx>=5.1.1", - "sphinx-rtd-theme==3.0.2", + "sphinx-rtd-theme==3.1.0", "sphinx-gallery==0.20.0", "sphinx_design==0.6.1", "pydata-sphinx-theme==0.16.1"