From 53915ca689d17401f650aaccbd52a9fd9e34b358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 22:38:57 +0000 Subject: [PATCH] Update sphinx-rtd-theme requirement in /bindings/python 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.0.2) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bindings/python/docs/docs-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/docs/docs-requirements.txt b/bindings/python/docs/docs-requirements.txt index e134cc4f..c44b67cf 100644 --- a/bindings/python/docs/docs-requirements.txt +++ b/bindings/python/docs/docs-requirements.txt @@ -1,4 +1,4 @@ sphinx>=5.3,<8 -sphinx_rtd_theme>=2,<3 +sphinx_rtd_theme>=2,<4 sphinxcontrib-shellcheck>=1,<2 furo==2023.9.10