Files
puppet-watcher/tox.ini
Takashi Kajinami f53a2783d4 Remove packaging files
This repository does not actually contain any python package.

Change-Id: I41214c2b0ac359864b2e1ebf11eeb986766b42a9
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-10-06 00:16:08 +09:00

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