This project uses uv to manage a virtualenv.
All the commands will only install things locally to this repository.
To activate the virtualenv in your current shell:
> source dev activate
To build the docs locally:
> ./dev docs view
If you want to build from fresh then say:
> ./dev docs fresh
Once your documentation is built do something like:
> ./dev docs view