From 69c029dfa441fa7ce058cd3e69b29ba309f6b0f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 22:48:45 +0000 Subject: [PATCH] Bump sphinx-rtd-theme from 2.0.0 to 3.0.2 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 2.0.0 to 3.0.2. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/2.0.0...3.0.2) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 672c537..543e66b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ documentation = [ "numpydoc ==1.9.0", "sphinx >=5.1.1", "sphinx-gallery ==0.19.0", - "sphinx-rtd-theme ==2.0.0", + "sphinx-rtd-theme ==3.1.0", "pydata-sphinx-theme ==0.14.1", ]