mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 18:57:12 +02:00
14 lines
254 B
Markdown
14 lines
254 B
Markdown
# 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
|