]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Adjust docs/conf.py to add compatibility with sphinx 8 (#1155)
authorTomáš Hrnčiar <tomas.hrnciar@me.com>
Mon, 9 Dec 2024 12:05:34 +0000 (13:05 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2024 12:05:34 +0000 (14:05 +0200)
Fixes: #1143
docs/conf.py

index 08ff9a056eb79a02555c5074b292c1a04c7b8ddf..cec8d3bacfdb8e5b713ff618190c79fad23c3ead 100644 (file)
@@ -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 = {