
This repository does not actually contain any python package. Change-Id: I79ccf19e64cbc9756cd44a9fff21f409c8861fd9 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
9 lines
320 B
INI
9 lines
320 B
INI
[tox]
|
|
minversion = 3.1
|
|
envlist = releasenotes
|
|
|
|
[testenv:releasenotes]
|
|
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
|
-r{toxinidir}/doc/requirements.txt
|
|
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|