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 278278
279279intersphinx_mapping = {
280280 "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 ),
282282}
283283
284284# 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:
177177 HTTPS_PROXY=socks5://user:pass@host:port twine upload dist/*
178178
179179 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
182182`an in-depth article about proxy environment variables
183183<https://about.gitlab.com/blog/2021/01/27/we-need-to-talk-no-proxy/> `_.
184184
You can’t perform that action at this time.
0 commit comments