Bump jinja2 from 3.1.1 to 3.1.3

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.1 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.1...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: fe7c7a57fdc8a97173ed8c5a2cf8225c57312873
  1. .idea/
  2. docs/
  3. .gitignore
  4. .readthedocs.yaml
  5. mkdocs.yml
  6. README.md
  7. requirements.txt
README.md

Apache Airavata User Documentation

Apache Airavata user documentation with Markdown.


Building documentation

Documentation

Create a virtual environment first (one time setup):

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Build the documentation locally:

mkdocs serve