You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
423 B
16 lines
423 B
[tox] |
|
minversion = 1.6 |
|
envlist = deploy-guide |
|
skipsdist = True |
|
|
|
[testenv] |
|
basepython = python3 |
|
usedevelop = True |
|
deps = -r{toxinidir}/requirements.txt |
|
|
|
[testenv:venv] |
|
commands = {posargs} |
|
|
|
[testenv:deploy-guide] |
|
commands = sphinx-build -j auto -W -d deploy-guide/build/doctrees -b html deploy-guide/source deploy-guide/build/html |
|
whereto deploy-guide/source/_extra/.htaccess deploy-guide/test/redirect-tests.txt
|
|
|