From: Tomáš Hrnčiar Date: Mon, 9 Dec 2024 12:05:34 +0000 (+0100) Subject: Adjust docs/conf.py to add compatibility with sphinx 8 (#1155) X-Git-Tag: v2.17.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d34ef5c6681ba7bee8ad7edb2b24702e6aaccb3;p=thirdparty%2Fbabel.git Adjust docs/conf.py to add compatibility with sphinx 8 (#1155) Fixes: #1143 --- 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 = {