
... to use the recent modulesync which is compatible with Ruby 3.0. Template files are renamed according to the requirement of modulesync >= 0.8.0[1] [1] https://github.com/voxpupuli/modulesync/blob/master/CHANGELOG.md#2017-05-05---080 Depends-on: https://review.opendev.org/845530 Change-Id: I64552b454557f9f33f422f4d64c4c01961aef0e0
13 lines
438 B
Plaintext
13 lines
438 B
Plaintext
[tox]
|
|
minversion = 2.0
|
|
skipsdist = True
|
|
envlist = releasenotes
|
|
|
|
[testenv]
|
|
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
|
|
|
[testenv:releasenotes]
|
|
basepython = python3
|
|
deps = -r{toxinidir}/doc/requirements.txt
|
|
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|