From cf7c5ebe950302fba031241822c5a3bec8dea9d8 Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Wed, 4 Jun 2025 18:00:28 +0200 Subject: [PATCH] doc_build dependencies in project file added --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a494b59..add4009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,18 @@ dev = [ "types-PyYAML", "scipy-stubs" ] +doc_build = [ + "sphinx", + "sphinx_rtd_theme", + "sphinx-autodoc-typehints", + "myst-parser", + "pandas", + "matplotlib", + "ipykernel", + "jupyter", + "nbconvert", + "notedown" +] [tool.mypy] files = ["src"]