From a0d41e2b86c9ed8051d1d49119ceb82509d0f7ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:16:48 +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..677e197c 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.1"] [project.urls] Homepage = "https://github.com/dials/data"