large-scale/tox.ini

12 lines
208 B
INI

[tox]
minversion = 3.2.0
skipsdist = True
envlist = docs
[testenv]
basepython = python3
[testenv:docs]
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html