Skip to content

Commit

Permalink
Adjust intersphinx_mapping for Sphinx 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Dec 19, 2024
1 parent b2971bd commit 5031156
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,6 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
}

0 comments on commit 5031156

Please sign in to comment.