diff --git a/changelog/14818.doc.rst b/changelog/14818.doc.rst new file mode 100644 index 00000000000..a4490b8e5cf --- /dev/null +++ b/changelog/14818.doc.rst @@ -0,0 +1 @@ +Corrected the Tox ``package_env`` references in the changelog so they resolve to the external Tox documentation. diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index c5601712b00..1d1d053e645 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -466,7 +466,7 @@ Packaging updates and notes for downstreams ------------------------------------------- - `#13933 `_: The tox configuration has been adjusted to make sure the desired - version string can be passed into its :ref:`package_env` through + version string can be passed into its :external+tox:ref:`package_env` through the ``SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST`` environment variable as a part of the release process -- by :user:`webknjaz`. @@ -481,7 +481,7 @@ Contributor-facing changes - `#13933 `_: The tox configuration has been adjusted to make sure the desired - version string can be passed into its :ref:`package_env` through + version string can be passed into its :external+tox:ref:`package_env` through the ``SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST`` environment variable as a part of the release process -- by :user:`webknjaz`.