From 02c8649c8e5974fbe8ae732b9f18f21fda277f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:06:26 +0000 Subject: [PATCH] build(deps): update sphinx-rtd-theme requirement from ~=2.0 to ~=3.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/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 e584532e..f4406eb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ version = "3.4.0" docs = [ "myst-parser~=4.0", "sphinx~=8.0", - "sphinx-rtd-theme~=2.0" + "sphinx-rtd-theme~=3.0" ] report = [ "bokeh~=3.2",