Files
puppet-openstack-cookiecutter/puppet-{{cookiecutter.project_name}}/tox.ini
Takashi Kajinami 0cc1ac7db6 Remove packaging files
This repository does not actually contain any python package.

Change-Id: Ibdbf456af0bdd3d741b6d140d6e6ef4eb693e5e8
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-10-06 00:17:29 +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