From c079de18365d0b4b0f02fc011dfe4d2b9a47343f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:12:23 +0000 Subject: [PATCH] chore(deps-dev): update sphinx-rtd-theme requirement 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...1.3.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 06d97a03..e8878776 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ sphinx-gallery>=0.11.1 pillow>=8.0.0 matplotlib>=3.3.0 sphinx-hoverxref -sphinx-rtd-theme>=1.0.0 +sphinx-rtd-theme>=1.3.0 sphinx-design>=0.3.0 graphviz>=0.20.1 pytest>=7.0.0