blazar-specs/tox.ini
Pierre Riteau f606dce80c Migrate specs from blazar repository
This commit includes small changes to fix Sphinx warnings and a specs
template file for the Train release.

Change-Id: Ifb44a1d948f8fcd6db95b154a84ed18e3ee4b042
2019-06-03 12:58:20 +01:00

19 lines
414 B
INI

[tox]
minversion = 2.0
envlist = docs
skipsdist = True
[testenv]
basepython = python3
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/doc/requirements.txt
[testenv:venv]
commands = {posargs}
[testenv:docs]
# NOTE(priteau): no -W as there are still warnings to fix in specs source.
commands = sphinx-build -b html doc/source doc/build/html