Add tox.ini (copied from rattail-tutorial)

assuming this should work..can tweak later if not
This commit is contained in:
Lance Edgar 2021-01-07 16:54:11 -06:00
parent 98d6961370
commit ade5e73121

9
tox.ini Normal file
View file

@ -0,0 +1,9 @@
[tox]
envlist = docs
[testenv:docs]
basepython = python3
deps = Sphinx
changedir = docs
commands = sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs