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