doc_build dependencies in project file added

This commit is contained in:
Nicolas Kruse 2025-06-04 18:00:28 +02:00
parent 16d1d053d7
commit cf7c5ebe95
1 changed files with 12 additions and 0 deletions

View File

@ -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"]