Quick Start

Using Debian packaged Sphinx:

sudo apt update
sudo apt install python3-sphinx python3-myst-parser
make html

HTML output: build/html/index.html.

Troubleshooting: * If build fails, ensure you’re in repo root (Makefile present). * For verbose output: make html SPHINXOPTS='-v'