Skip to content

Commit e36c9b9

Browse files
ischoeglspeth
authored andcommitted
[docs] Add jinja2 dependency
1 parent 93a655d commit e36c9b9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

doc/sphinx/develop/compiling/compilation-reqs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ compile Cantera on your operating system.
154154
# - perl # optional (needed for documentation)
155155
# - coolprop # optional (needed for some examples)
156156
# - pint # optional (needed for some examples)
157+
# - jinja2 # optional (needed for code generation; example: .NET interface)
157158
# - pip: # optional (list of PyPI managed packages)
158159
# - "git+https://github.com/Cantera/sphinx-tags.git@main" # optional (needed for documentation)
159160
```

doc/sphinx/develop/compiling/dependencies.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,13 @@ compiler is required only if you plan to build the Fortran module.
204204

205205
- Required to build the dependency graph images in the C++ API Documentation
206206
- Known to work with version 2.40.1, expected to work with versions >=2.40.1
207+
208+
- [Jinja](https://jinja.palletsprojects.com/en/stable/)
209+
210+
- Required for experimental code generation (example: .NET interface)
211+
- Known to work for Jinja 3.1.4
212+
213+
- [.NET](https://dotnet.microsoft.com/)
214+
215+
- Required for the compilation of the experimental .NET interface
216+
- Known to work for the .NET 6.0 SDK

0 commit comments

Comments
 (0)