Revert "Add tox.ini (copied from rattail-tutorial)"

This reverts commit ade5e73121.

wound up not needing this; just invoking `make html` in buildbot
This commit is contained in:
Lance Edgar 2021-01-07 22:42:33 -06:00
parent 70e538ca60
commit 799c24f6dc

View file

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