From 8b57bb8fb27aa67848fdbcf372063fd646d2bf8a Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:20:24 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 = "."