From 976c0d59b77aa1d5ba99396aec80685011bcab9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:54:23 +0000 Subject: [PATCH] :arrow_up: Update sphinx-rtd-theme requirement from ~=2.0 to >=2,<4 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.1) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 995c00c..4e69b20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ testing-no-myst = [ theme-furo = ["furo~=2024.7.18"] theme-pydata = ["pydata-sphinx-theme~=0.15.2"] -theme-rtd = ["sphinx-rtd-theme~=2.0"] +theme-rtd = ["sphinx-rtd-theme>=2,<4"] theme-sbt = ["sphinx-book-theme~=1.1"] theme-im = ["sphinx-immaterial~=0.12.2"]