The flowcean framework.
First, install hatch.
pipx install hatchThen, build the documentation:
hatch run docs:buildAfter the documentation has been built, you can open it in your browser by opening site/index.html.
Alternatively, run:
hatch run docs:serveto get an interactively reloading session of the documentation.