From 6169a77945d521cb19df8fea0308f26c66c69777 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Wed, 13 Oct 2021 17:12:39 -0500 Subject: [PATCH] Fix docs Some references were deleted from pip and others renamed. --- docs/guides/private-python-packages.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/private-python-packages.rst b/docs/guides/private-python-packages.rst index d00f47e6b31..2087c62f289 100644 --- a/docs/guides/private-python-packages.rst +++ b/docs/guides/private-python-packages.rst @@ -40,7 +40,7 @@ See :doc:`using environment variables in Read the Docs ` You have to use the POSIX format for variable names (only uppercase letters and ``_`` are allowed), and including a dollar sign and curly brackets around the name (``${API_TOKEN}``) - for :ref:`pip to be able to recognize them `. + for `pip to be able to recognize them `__. Below you can find how to get a personal access token from our supported providers. We will be using environment variables for the token. @@ -109,9 +109,9 @@ you need to set the :option:`pip:--index-url` option. You have two ways of set that option: - Set the ``PIP_INDEX_URL`` :doc:`environment variable in Read the Docs ` with the index URL. - See :ref:`pip:using environment variables`. + See https://pip.pypa.io/en/stable/reference/requirements-file-format#using-environment-variables. - Put ``--index-url=https://my-index-url.com/`` at the top of your requirements file. - See :ref:`pip:requirements file format`. + See :ref:`pip:requirements-file-format`. .. note::