diff --git a/doc/source/contributor/topics/release-notes.rst b/doc/source/contributor/topics/release-notes.rst index a0575fe659..61fc200625 100644 --- a/doc/source/contributor/topics/release-notes.rst +++ b/doc/source/contributor/topics/release-notes.rst @@ -40,7 +40,7 @@ generate release notes. Please read the docs for details. In summary, use .. code-block:: bash - $ tox -e venv -- reno new + $ tox -e venv-docs -- reno new Then edit the sample file that was created and push it with your change. diff --git a/tox.ini b/tox.ini index 544532c1ac..38cc1e205e 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =