From 7f89c4f852e064d6579fa961d145e0bf169e519e Mon Sep 17 00:00:00 2001 From: Dario Coscia Date: Mon, 17 Mar 2025 16:26:14 +0100 Subject: [PATCH] update versioning sphinx --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 457f769..c093d51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8" [project.optional-dependencies] doc = [ - "sphinx>5.0", + "sphinx>5.0,<8.2", "sphinx_rtd_theme", "sphinx_copybutton", "sphinx_design",