mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 10:47:15 +02:00
docs: developers boilerplate
This commit is contained in:
parent
add93a6b0a
commit
fe0a6711f0
13
DEVELOPERS.md
Normal file
13
DEVELOPERS.md
Normal file
@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Loading…
Reference in New Issue
Block a user