Use separate requirements.txt for releasenotes

Change-Id: I7ffb4801415b265d02bfb867a491392273909bbd
This commit is contained in:
Vladimir Kozhukalov 2025-03-14 14:55:31 -05:00
parent 995d995624
commit a26bc7bc2b
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