From ad070eea577664aedad1a318ef784007912c9e42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 11:48:57 +0000 Subject: [PATCH] Update dependency sphinx to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb0bf15f..95422a1d 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~=8.2", "sphinx_rtd_theme~=1.3"] [project.urls] Homepage = "https://github.com/dials/data"