dbc uses Material for MkDocs for docs. Building the docs requires a Pixi installation.
To build the docs website, run,
pixi run docs-buildThe built docs website will be in ./site and you can preview it by running this (or something similar):
python -m http.server -d sitemkdocs has live preview+reload. To use it while developing, run:
pixi run docs-serve