mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 18:27:07 +02:00
254 B
254 B
TODO: link to here from sphinx docs
Fetching submodules
git submodule update --recursive --init
Installing dev dependencies
uv pip install -e .[dev]
Building documentation
sphinx-build -M html source build -a
Building installer package
TBD