82eb62dd0c
Created as a combination from a trimmed down cookiecutter run and some copying from the arch-design repo. Change-Id: I8e4038337394c861e9282fe7e238977930d9db4b
12 lines
208 B
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
|