Merge "Use separate requirements.txt for releasenotes"

This commit is contained in:
Zuul 2025-03-15 03:12:00 +00:00 committed by Gerrit Code Review
commit f1f6833e90
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0

View File

@ -52,5 +52,5 @@ allowlist_externals =
bash
[testenv:releasenotes]
deps = -r{toxinidir}/doc/requirements.txt
deps = -r{toxinidir}/releasenotes/requirements.txt
commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html