docs: add initial docs, w/ quickstart

just the very basics to get things in place
This commit is contained in:
Lance Edgar 2024-07-09 21:05:59 -05:00
parent e2e4df4721
commit 717f9518ff
9 changed files with 184 additions and 0 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