docs: add basic install docs for server component
This commit is contained in:
parent
17d0099429
commit
f60d6e7516
12 changed files with 251 additions and 3 deletions
6
tox.ini
Normal file
6
tox.ini
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue