File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ See :doc:`using environment variables in Read the Docs </environment-variables>`
40
40
41
41
You have to use the POSIX format for variable names (only uppercase letters and ``_ `` are allowed),
42
42
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 >`__ .
44
44
45
45
Below you can find how to get a personal access token from our supported providers.
46
46
We will be using environment variables for the token.
@@ -109,9 +109,9 @@ you need to set the :option:`pip:--index-url` option.
109
109
You have two ways of set that option:
110
110
111
111
- 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.
113
113
- 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 `.
115
115
116
116
.. note ::
117
117
You can’t perform that action at this time.
0 commit comments