From 181efca92b8b00c3f0751ccd94edf32cb3b04805 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 05:00:34 +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 0ebcfb1..e287997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ build = [ "twine==5.1.1" ] docs = [ - "sphinx~=7.1", + "sphinx~=8.0", "sphinx_rtd_theme==2.0.0" ]