From d1446a3b5077ab5ed9ee5cf4e38edade9b8e63ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 20:07:02 +0000 Subject: [PATCH] chore(deps): update sphinx-rtd-theme requirement from >=1.0.0 to >=3.1.0 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...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/requirements-doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-doc.txt b/requirements/requirements-doc.txt index 05f4409..00671fd 100644 --- a/requirements/requirements-doc.txt +++ b/requirements/requirements-doc.txt @@ -1,2 +1,2 @@ Sphinx>=5.0.1 -sphinx-rtd-theme>=1.0.0 \ No newline at end of file +sphinx-rtd-theme>=3.1.0 \ No newline at end of file