From c1dd52559f1a7bb10f3623224e743f1a4e013713 Mon Sep 17 00:00:00 2001 From: raisulchowdhury <34920788+raisulchowdhury@users.noreply.github.com> Date: Sat, 1 Aug 2026 11:40:01 -0700 Subject: [PATCH] docs: fix tox package_env references Signed-off-by: raisulchowdhury <34920788+raisulchowdhury@users.noreply.github.com> Co-authored-by: OpenAI Codex --- changelog/14818.doc.rst | 1 + doc/en/changelog.rst | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelog/14818.doc.rst 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`.