diff --git a/pyproject.toml b/pyproject.toml index 5c4557e..331ad99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,10 +67,13 @@ pytest-loguru = "^0.2.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx = ">=5,<6" -sphinx_bootstrap_theme = "^0.8.1" +sphinx = "^7.0.0" +pydata-sphinx-theme = "^0.13.3" sphinx-hoverxref = "^1.3.0" - +sphinx-notfound-page = "^0.8.3" +sphinx_copybutton = "0.5.2" +myst_parser = "^2.0.0" +sphinx_design = "^0.5.0" [tool.pytest.ini_options] pythonpath = "."