From 6681916c958b81619e1bb31fe9cc2df909ee5977 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:11:25 +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 8bb996aac..7089c1330 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ autodoc-pydantic = "^2.2.0" doc8 = "^1.1.2" furo = "^2024.8.6" jsx-lexer = "^2.0.1" -sphinx = "^7.4.7" +sphinx = "^8.0.2" sphinx-copybutton = "^0.5.2" sphinx-design = "^0.6.1" sphinx-github-changelog = "^1.4.0"