File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 278
278
279
279
intersphinx_mapping = {
280
280
"python" : ("https://docs.python.org/3" , None ),
281
- "requests" : ("https://docs.python- requests.org /en/latest/" , None ),
281
+ "requests" : ("https://requests.readthedocs.io /en/latest/" , None ),
282
282
}
283
283
284
284
# Be strict about the invalid references:
Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ without ``export``-ing it for other tools:
177
177
HTTPS_PROXY=socks5://user:pass@host:port twine upload dist/*
178
178
179
179
For more information, see the Requests documentation on
180
- `proxies <https://docs.python- requests.org /en/master /user/advanced/#proxies >`_ and
181
- `SOCKS <https://docs.python- requests.org /en/master /user/advanced/#socks >`_ , and
180
+ `proxies <https://requests.readthedocs.io /en/latest /user/advanced/#proxies >`_ and
181
+ `SOCKS <https://requests.readthedocs.io /en/latest /user/advanced/#socks >`_ , and
182
182
`an in-depth article about proxy environment variables
183
183
<https://about.gitlab.com/blog/2021/01/27/we-need-to-talk-no-proxy/> `_.
184
184
You can’t perform that action at this time.
0 commit comments