From 7d45e45fad5192c7112b330df5bda6bf43a07cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 03:08:17 +0000 Subject: [PATCH] Update sphinx-rtd-theme requirement from ~=3.0 to ~=3.1 Updates the requirements on [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/3.0.0...3.1.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 3.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ca66471..35ae6a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # sphinx~=8.0 -sphinx-rtd-theme~=3.0 +sphinx-rtd-theme~=3.1 sphinxcontrib-spelling~=8.0 sphinx-gallery~=0.20 myst-parser[linkify]~=4.0