From d2871dc31459137065704e3f360af74600070565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:54:07 +0000 Subject: [PATCH] chore(deps): 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/2.0.0...3.0.0) --- 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 95a3bce84..8bd4ef0d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dev = [ docs = [ "sphinx >=7.0.0,<8.0.0", "sphinx-autodoc-typehints >=2.0.0,<3.0.0", - "sphinx-rtd-theme >=2.0.0,<3.0.0", + "sphinx-rtd-theme >=2.0.0,<4.0.0", "numpydoc >=1.5.0,<2.0.0", "sphinx_tabs >=3.4.1,<4.0.0", "sphinx-togglebutton >=0.3.2,<1.0.0",