Generate docs#

Start live docs from make#

make live

Start live docs directly#

uv run --project python dotfiles live

This runs sphinx-autobuild and opens docs in a browser on an available port.

Generate docs#

make docs