Skip to content

Fix docs #8584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/guides/private-python-packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ See :doc:`using environment variables in Read the Docs </environment-variables>`

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 <pip:using environment variables>`.
for `pip to be able to recognize them <https://pip.pypa.io/en/stable/reference/requirements-file-format/#using-environment-variables>`__.

Below you can find how to get a personal access token from our supported providers.
We will be using environment variables for the token.
Expand Down Expand Up @@ -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 </environment-variables>` 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::

Expand Down