From 10db91c83e321079fc533732470fae1212d2ef04 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Mon, 28 Aug 2023 08:17:52 +0200 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ff7346..b2c6e7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ pytest-loguru = "^0.2.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "7.2.3" +sphinx = "7.1.0" pydata-sphinx-theme = "^0.13.3" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^0.8.3" From 492ace69f6b6f5f1d864844761f46cde4340d998 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:20:25 +0200 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b2c6e7f..518f719 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,10 +67,10 @@ pytest-loguru = "^0.2.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "7.1.0" +sphinx = "7.2.4" pydata-sphinx-theme = "^0.13.3" sphinx-hoverxref = "^1.3.0" -sphinx-notfound-page = "^0.8.3" +sphinx-notfound-page = "^1.0.0rc1" sphinx_copybutton = "0.5.2" myst_parser = "^2.0.0" sphinx_design = "^0.5.0" From 8af3ae75c06831224485153e4f38b2104937b9ff Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:28:12 +0200 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=90=9B=20=F0=9F=93=9D=20=20extension?= =?UTF-8?q?=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9f33998..1024c94 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,6 @@ "sphinx_design", "myst_parser", "sphinx_copybutton", - "notfound.extension", # "autoapi.extension", ]