From 5752a51046ea4e72861cd2913dd208e17c911c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9n=C3=A9dikt=20Tran?= <10796600+picnixz@users.noreply.github.com> Date: Wed, 10 Apr 2024 09:40:35 +0200 Subject: [PATCH] revert --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index cc4ee30a4ee..56efa95a174 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -164,7 +164,7 @@ ] intersphinx_mapping = { - 'python': ('https://docs.python.org/3/', ('_static/python.inv', None)), + 'python': ('https://docs.python.org/3/', None), 'requests': ('https://requests.readthedocs.io/en/latest/', None), 'readthedocs': ('https://docs.readthedocs.io/en/stable', None), }