docs: add basic install docs for server component

This commit is contained in:
Lance Edgar 2026-01-03 16:51:15 -06:00
parent 17d0099429
commit f60d6e7516
12 changed files with 251 additions and 3 deletions

6
tox.ini Normal file
View file

@ -0,0 +1,6 @@
[testenv:docs]
basepython = python3.11
extras = docs
changedir = docs
commands = sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs