mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-11 20:27:44 +02:00
7 lines
451 B
Plaintext
7 lines
451 B
Plaintext
# Doc-site dependencies. Installed into docs/.venv by run.sh.
|
|
# These never touch backend/.venv — docs tooling stays fully isolated.
|
|
zensical # static site generator (Material for MkDocs team)
|
|
mkdocstrings # API-reference engine (preliminary Zensical support)
|
|
mkdocstrings-python # the Python handler (Griffe-based, ships separately)
|
|
black # lets mkdocstrings pretty-format function signatures
|