Documentation
Docs
Activate the topotherm environment:
conda activate topotherm # or: mamba activate topotherm / source .venv/bin/activate
Then, install the optional requirements:
pip install .[docs]
Build the HTML documentation from the repository root:
sphinx-build -b html docs/source docs/build/html
# then open: docs/build/html/index.html