From 8649a10113047e6ea03f3ac1e68eb23f92bf2dcd Mon Sep 17 00:00:00 2001 From: Alexander Graf <17130992+aandergr@users.noreply.github.com> Date: Thu, 23 Jun 2022 20:43:53 +0200 Subject: [PATCH] docs: fix link to requests intersphinx inventory --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 0ab1aff..766faf0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ autodoc_default_flags = ['show-inheritance', 'members', 'undoc-members'] autodoc_member_order = 'bysource' intersphinx_mapping = {'python': ('https://docs.python.org/3', None), - 'requests': ('https://requests.kennethreitz.org/en/master/', None)} + 'requests': ('https://requests.readthedocs.io/en/latest/', None)} nitpick_ignore = [('py:class', 'typing.Tuple')]