diff --git a/tox.ini b/tox.ini deleted file mode 100644 index e556913..0000000 --- a/tox.ini +++ /dev/null @@ -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