Deployed documentation available here
- Create a python venv:
python3 -m venv venv
- Activate it:
source venv/bin/activate
- Install requirements:
pip install -U -r requirements.txt
- Run
mkdocs serve
from the root repo directory.
Deprecated: done automatically via GitHub actions.
Activate the project's venvRun:mkdocs gh-deploy
Navigate to Settings
-> Pages
:
- Select the
gh-pages
branch which is automatically created bymkdocs
. - Select the
/ (root)
directory. - Click
Save
.