diff --git a/docs/requirements.txt b/docs/requirements.txt index 234faea..996aea7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ -Sphinx<7.0.0 +Sphinx<8.0.0 sphinx-rtd-theme numpydoc \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d21dde8..628c9f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ test = [ ] docs = [ "numpydoc", - "Sphinx<7.0.0", + "Sphinx<8.0.0", "sphinx-autobuild", "sphinx_rtd_theme", ]