From a40c638003fea6726b4fc2d70e5dae2becf56223 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 12 May 2025 16:09:24 +0300 Subject: [PATCH] doc/sphinx/conf.py.in: Change sphinx.ext.intersphinx To latest change. Signed-off-by: Marius Vlad --- doc/sphinx/conf.py.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/sphinx/conf.py.in b/doc/sphinx/conf.py.in index a08ab1ff9..421189413 100644 --- a/doc/sphinx/conf.py.in +++ b/doc/sphinx/conf.py.in @@ -196,7 +196,8 @@ epub_exclude_files = ['search.html'] # -- Options for intersphinx extension --------------------------------------- # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/3': None} +intersphinx_mapping = {'python': ('https://docs.python.org/3', None)} + # -- Options for todo extension ----------------------------------------------