Add tox.ini
(copied from rattail-tutorial)
assuming this should work..can tweak later if not
This commit is contained in:
parent
98d6961370
commit
ade5e73121
1 changed files with 9 additions and 0 deletions
9
tox.ini
Normal file
9
tox.ini
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue