Skip to content

Commit 12b38ff

Browse files
committed
Merge branch 'master' into move-orgs-vies
2 parents d06fb3d + c669154 commit 12b38ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/config-file/v2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ build.tools.python
351351
``````````````````
352352

353353
Python version to use.
354-
You can use several interpretes and versions, from CPython, PyPy, Miniconda, and Mamba.
354+
You can use several interpreters and versions, from CPython, PyPy, Miniconda, and Mamba.
355355

356356
.. note::
357357

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)