tox ini file

This commit is contained in:
Lana 2020-05-15 16:22:15 +07:00
parent eebcadab14
commit b79f5af03b

10
tox.ini
View File

@ -32,13 +32,3 @@ deps =
-r{toxinidir}/docs/root/requirements.txt
extras = None
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
'''
[testenv:docsserver]
basepython = {[base]basepython}
changedir = docs/server/source
deps =
{[base]deps}
-r{toxinidir}/docs/server/requirements.txt
extras = None
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
'''