diff --git a/pyproject.toml b/pyproject.toml index fc86d341..8caf4a85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ lint = [ "pylint==3.2.6", ] docs = [ - "sphinx~=7.0", + "sphinx>=7,<9", "sphinx-rtd-theme~=2.0", "sphinx-book-theme~=1.0", ]