From 33b4a1bbb1aedbafd8d6bbd33a1c564fd11a5e38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 11:42:36 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to v9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e38a2c6b..6681924c 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ ], extras_require={ "docs": [ - "sphinx>=8,<8.3", + "sphinx>=9,<9.1", "sphinx-rtd-theme>=3,<3.1", "myst-parser>=4,<4.1", "watchdog>=6,<6.1",