wuttapos/tox.ini
Lance Edgar 717f9518ff docs: add initial docs, w/ quickstart
just the very basics to get things in place
2024-07-09 21:17:12 -05:00

7 lines
152 B
INI

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