doc_build dependencies in project file added
This commit is contained in:
parent
16d1d053d7
commit
cf7c5ebe95
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue