From e9b3d87b03d66758e994164424b6ace1f2ca4fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 14:29:24 +0000 Subject: [PATCH] build(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] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c313570..89ba62a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx>=4.0.0 -sphinx-rtd-theme>=1.0.0 +sphinx-rtd-theme>=3.1.0 sphinx-autodoc-typehints>=1.12.0 myst-parser>=0.15.0 \ No newline at end of file