From 5f88139d4f8f4b28aad2087cfa841a6949ce0667 Mon Sep 17 00:00:00 2001 From: Herrtian <70463940+Herrtian@users.noreply.github.com> Date: Fri, 15 May 2026 13:28:22 +0200 Subject: [PATCH] Document pip index configuration migration --- source/guides/migrating-to-pypi-org.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/guides/migrating-to-pypi-org.rst b/source/guides/migrating-to-pypi-org.rst index 2b565e8ee..a9f91365c 100644 --- a/source/guides/migrating-to-pypi-org.rst +++ b/source/guides/migrating-to-pypi-org.rst @@ -135,6 +135,12 @@ Downloading packages ``pypi.org`` is the default host for downloading packages. +If downloads still use the old ``pypi.python.org`` host, check whether a +:file:`pip.conf` file or the ``PIP_INDEX_URL`` environment variable overrides +pip's default index URL. See pip's +:ref:`configuration documentation ` for the locations and +available settings. + Managing published packages and releases ----------------------------------------