This directory contains the documentation source files for mjswan which will be hosted on Read the Docs.
Install dependencies with uv:
uv venv
source .venv/bin/activate
uv pip install -r requirements.txtmkdocs serve- Start a live-reloading server for documentationmkdocs build- Build the documentation site