From 0b03df878997c5c1605332acc5ef505b6ddae09f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 07:54:27 +0000 Subject: [PATCH] chore(deps): update sphinx-rtd-theme requirement in /requirements 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/2.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/documentation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/documentation.txt b/requirements/documentation.txt index 40be618..a2280c7 100644 --- a/requirements/documentation.txt +++ b/requirements/documentation.txt @@ -4,4 +4,4 @@ myst-parser[linkify]>=2 sphinx-autobuild>=2024 sphinx-copybutton>=0.5,<1 -sphinx-rtd-theme>=2 +sphinx-rtd-theme>=3.1.0