From ea57fdb9e4f8326c6621e1a141ecab1223cb70cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 00:02:25 +0000 Subject: [PATCH] Update sphinx-rtd-theme requirement from >=3.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/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] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b25d281..4ac568c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,4 @@ sphinx sphinx-autoapi sphinx-copybutton -sphinx-rtd-theme>=3.0 \ No newline at end of file +sphinx-rtd-theme>=3.1.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 203cbf8..1332e13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "sphinx", "sphinx-autoapi", "sphinx-copybutton", - "sphinx-rtd-theme>=3.0", + "sphinx-rtd-theme>=3.1.0", ] [build-system]