Pre-rendered HTML documentation is available in the site directory.
- Create and activate a python virtualenv (
virtualenv ./venv; source ./venv/bin/activate) - Install python requirements (
pip install -r requirements.txt) - Run
mkdocs serveto run a local version of the docs while editing - Run
mkdocs buildto output the latest version to thesitedirectory.