From 2d34ef5c6681ba7bee8ad7edb2b24702e6aaccb3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Mon, 9 Dec 2024 13:05:34 +0100 Subject: [PATCH] Adjust docs/conf.py to add compatibility with sphinx 8 (#1155) Fixes: #1143 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 08ff9a05..cec8d3ba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -252,7 +252,7 @@ texinfo_documents = [ #texinfo_show_urls = 'footnote' intersphinx_mapping = { - 'https://docs.python.org/3/': None, + 'python': ('https://docs.python.org/3/', None), } extlinks = { -- 2.47.2