From e471745d2d2f981c499cc52bcbb37df561cb29e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 22:33:08 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to >=8,<8.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5016f84b..3764a2f3 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ ], extras_require={ "docs": [ - "sphinx>=8,<8.2", + "sphinx>=8,<8.3", "sphinx-rtd-theme>=3,<3.1", "myst-parser>=4,<4.1", "watchdog>=6,<6.1",