Skip to content

Commit

Permalink
Adjust docs/conf.py to add compatibility with sphinx 8 (#1155)
Browse files Browse the repository at this point in the history
Fixes: #1143
  • Loading branch information
hrnciar authored Dec 9, 2024
1 parent 1098370 commit 2d34ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
#texinfo_show_urls = 'footnote'

intersphinx_mapping = {
'https://docs.python.org/3/': None,
'python': ('https://docs.python.org/3/', None),
}

extlinks = {
Expand Down

0 comments on commit 2d34ef5

Please sign in to comment.