Skip to content

Commit

Permalink
[docs] Add jinja2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl authored and speth committed Nov 2, 2024
1 parent 93a655d commit e36c9b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/sphinx/develop/compiling/compilation-reqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ compile Cantera on your operating system.
# - perl # optional (needed for documentation)
# - coolprop # optional (needed for some examples)
# - pint # optional (needed for some examples)
# - jinja2 # optional (needed for code generation; example: .NET interface)
# - pip: # optional (list of PyPI managed packages)
# - "git+https://github.com/Cantera/sphinx-tags.git@main" # optional (needed for documentation)
```
Expand Down
10 changes: 10 additions & 0 deletions doc/sphinx/develop/compiling/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,13 @@ compiler is required only if you plan to build the Fortran module.

- Required to build the dependency graph images in the C++ API Documentation
- Known to work with version 2.40.1, expected to work with versions >=2.40.1

- [Jinja](https://jinja.palletsprojects.com/en/stable/)

- Required for experimental code generation (example: .NET interface)
- Known to work for Jinja 3.1.4

- [.NET](https://dotnet.microsoft.com/)

- Required for the compilation of the experimental .NET interface
- Known to work for the .NET 6.0 SDK

0 comments on commit e36c9b9

Please sign in to comment.