docs: initial/basic project docs

This commit is contained in:
Lance Edgar 2026-02-08 12:51:54 -06:00
parent 3290a9936e
commit 4c0754ee01
46 changed files with 531 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