From c68ffef452ae47bfa438a6cee55252c508bfda72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 11:49:01 +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 cb0bf15f..5abb46c6 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"