project settings updated - e.g. dependencies for building docs and testing
This commit is contained in:
parent
6c3437f509
commit
359120bbcf
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue