docs: add initial docs, w/ quickstart
just the very basics to get things in place
This commit is contained in:
parent
e2e4df4721
commit
717f9518ff
9 changed files with 184 additions and 0 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