Skip to content

Commit c669154

Browse files
authored
Fix docs (readthedocs#8584)
Some references were deleted from pip and others renamed.
1 parent 96b851e commit c669154

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/private-python-packages.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ See :doc:`using environment variables in Read the Docs </environment-variables>`
4040

4141
You have to use the POSIX format for variable names (only uppercase letters and ``_`` are allowed),
4242
and including a dollar sign and curly brackets around the name (``${API_TOKEN}``)
43-
for :ref:`pip to be able to recognize them <pip:using environment variables>`.
43+
for `pip to be able to recognize them <https://pip.pypa.io/en/stable/reference/requirements-file-format/#using-environment-variables>`__.
4444

4545
Below you can find how to get a personal access token from our supported providers.
4646
We will be using environment variables for the token.
@@ -109,9 +109,9 @@ you need to set the :option:`pip:--index-url` option.
109109
You have two ways of set that option:
110110

111111
- Set the ``PIP_INDEX_URL`` :doc:`environment variable in Read the Docs </environment-variables>` with the index URL.
112-
See :ref:`pip:using environment variables`.
112+
See https://pip.pypa.io/en/stable/reference/requirements-file-format#using-environment-variables.
113113
- Put ``--index-url=https://my-index-url.com/`` at the top of your requirements file.
114-
See :ref:`pip:requirements file format`.
114+
See :ref:`pip:requirements-file-format`.
115115

116116
.. note::
117117

0 commit comments

Comments
 (0)