From 359120bbcfdd40f6b3eaddaef8457c3edb9d5959 Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Fri, 6 Jun 2025 09:06:33 +0200 Subject: [PATCH] project settings updated - e.g. dependencies for building docs and testing --- .gitignore | 2 +- pyproject.toml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d588a6b..f74d387 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pyproject.toml b/pyproject.toml index add4009..c66f0db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",