docs: developers boilerplate

This commit is contained in:
aclist 2026-05-13 19:28:36 +09:00
parent add93a6b0a
commit fe0a6711f0

13
DEVELOPERS.md Normal file
View 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