The combined documentation for the heiplanet-platform components.
If you want to build the documentation locally, you have to checkout the submodules too. When cloning, either use
git clone --recursive <repo-name>or clone normally and then initialize the submodules:
git submodule update --init --recursiveTo build the documentation, install the necessary components as specified in requirements.txt into your environment using pip or uv.
We are using pre-commit hooks, please make sure to activate these using pre-commit install before making your first commit.