From 1cbf96d9aab25a3e671ba90dcf5585a008787d3e Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Sat, 8 Jul 2023 15:06:03 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5a4af15..2cc98cff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,9 @@ sphinx_bootstrap_theme = "^0.8.1" sphinx-autoapi = "^2.1.1" sphinx-copybutton= "^0.5.2" myst-parser = "^2.0.0" -sphinx-notfound-page = "*" +sphinx-notfound-page = "^0.8.3" +seed_intersphinx_mapping = "^1.2.1" + [tool.pytest.ini_options] pythonpath = "."