diff --git a/implementations/python/pyproject.toml b/implementations/python/pyproject.toml index 96f6f0f..826c81b 100644 --- a/implementations/python/pyproject.toml +++ b/implementations/python/pyproject.toml @@ -21,11 +21,11 @@ test = [ ] docs = [ "sphinx", - "sphinx-autobuild", + "pydata-sphinx-theme", "numpydoc>=1,<2", "sphinx_click", - "sphinx_rtd_theme", "myst-parser", + "sphinx-autobuild", ] [project.scripts]