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>
Apache Airavata user documentation with Markdown.
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