Merge "Use a dedicated target to run reno command"

This commit is contained in:
Zuul 2024-12-17 18:32:19 +00:00 committed by Gerrit Code Review
commit 64bd19d084
2 changed files with 5 additions and 1 deletions

View File

@ -40,7 +40,7 @@ generate release notes. Please read the docs for details. In summary, use
.. code-block:: bash
$ tox -e venv -- reno new <bug-,bp-,whatever>
$ tox -e venv-docs -- reno new <bug-,bp-,whatever>
Then edit the sample file that was created and push it with your change.

View File

@ -154,6 +154,10 @@ commands =
sphinx-build -j auto -W -b html doc/source doc/build/html
doc8 doc/source
[testenv:venv-docs]
deps = {[testenv:docs]deps}
commands = {posargs}
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
allowlist_externals =