infra-manual/tox.ini
Andreas Jaeger 7a098ca42c Update infra-specs URL
The site moved, update only link from this repo to infra-specs.

Fix building: Use python3 for docs environment since newer sphinx
requires python3.

Change-Id: I0db0a753e17d671ee64ea7a87e065c958dd94850
2019-05-30 21:19:53 +02:00

18 lines
361 B
INI

[tox]
minversion = 1.6
envlist = docs
skipsdist = True
[testenv]
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
[testenv:venv]
commands = {posargs}
[testenv:docs]
basepython = python3
commands = sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html