project settings updated - e.g. dependencies for building docs and testing

This commit is contained in:
Nicolas Kruse 2025-06-06 09:06:33 +02:00
parent 6c3437f509
commit 359120bbcf
2 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@ -9,7 +9,7 @@ __pycache__
.pytest_cache
tests/autogenerated_*.py
docs/build/
docs/source/modules.md
docs/source/_autogenerated/
venv/
.venv/
thermo_data/combined_data.yaml

View File

@ -40,11 +40,12 @@ dev = [
"cantera",
"pyyaml>=6.0.1",
"types-PyYAML",
"scipy-stubs"
"scipy-stubs",
"matplotlib"
]
doc_build = [
"sphinx",
"sphinx_rtd_theme",
"pydata_sphinx_theme",
"sphinx-autodoc-typehints",
"myst-parser",
"pandas",