Adding build.os to .readthedocs.yaml
1 file changed
tree: 07fc7ccce890af4e1af034217d0e2b6a3e28059b
  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