From 715c2514de13e933ef45615be6265b8243efb818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 08:32:25 +0000 Subject: [PATCH] Update sphinx-rtd-theme requirement in /docs 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/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 096561ad..2e2bcc21 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -7,4 +7,4 @@ # => The sphix requirement must not be >=6.0 sphinx >=5.0, <10.0 -sphinx-rtd-theme >=1.0, <3.0 +sphinx-rtd-theme >=2.0.0, <3.0