From 0ed0135c162c52b08062a356fc514e965b928f22 Mon Sep 17 00:00:00 2001 From: "Faruk D." Date: Wed, 16 Oct 2024 21:47:31 +0200 Subject: [PATCH] fix sphinx configuration --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 750876d9..1c60a1c7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -200,5 +200,5 @@ def setup(app): ] intersphinx_mapping = { - "https://docs.python.org/3": None, + 'python': ('https://docs.python.org/3', None) }