large-scale/tox.ini
Dr. Jens Harbott 82eb62dd0c Initial commit adding docs build and publishing
Created as a combination from a trimmed down cookiecutter run and some
copying from the arch-design repo.

Change-Id: I8e4038337394c861e9282fe7e238977930d9db4b
2022-06-04 12:26:24 +02:00

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