From 553538d3930528180709cd8cac836e89e5cc975e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:42:36 +0000 Subject: [PATCH] Update dependency sphinx-rtd-theme to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dec8455..0220bf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = ["pyyaml", "requests", "py", "importlib_resources~=6.3"] [project.optional-dependencies] test = ["coverage", "pytest"] -doc = ["Sphinx~=6.2", "sphinx_rtd_theme~=1.3"] +doc = ["Sphinx~=6.2", "sphinx_rtd_theme~=3.0"] [project.urls] Homepage = "https://github.com/dials/data"