From 799c24f6dc08c737adc072b726efe8b2e71cf2f8 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 7 Jan 2021 22:42:33 -0600 Subject: [PATCH] Revert "Add `tox.ini` (copied from rattail-tutorial)" This reverts commit ade5e73121af9e32a43c5a2a22e1e311e4ebc775. wound up not needing this; just invoking `make html` in buildbot --- tox.ini | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tox.ini 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