From 5bd791c635137e0913f3619c6f9167e8d0446078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:55:43 +0000 Subject: [PATCH] build(deps-dev): update sphinx-rtd-theme requirement from ~=1.3 to ~=2.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.3.0...2.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 f07dd7f7..dce4a409 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ dev = [ docs = [ "myst-parser~=2.0", "sphinx~=7.2", - "sphinx-rtd-theme~=1.3" + "sphinx-rtd-theme~=2.0" ] lint = [ "pre-commit~=3.4"