From 2ef7ae0778c321d6789904f1b0c1e7a57819dbba Mon Sep 17 00:00:00 2001 From: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> Date: Tue, 24 May 2022 03:51:36 +0200 Subject: [PATCH] Update intersphinx url for request library --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c1df74ae1..2203ec14a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ extlinks = { intersphinx_mapping = { 'py': ('https://docs.python.org/3', None), 'aio': ('https://docs.aiohttp.org/en/stable/', None), - 'req': ('https://docs.python-requests.org/en/latest/', None) + 'req': ('https://requests.readthedocs.io/en/latest/', None) } rst_prolog = """