Skip to content

Commit

Permalink
Merge pull request #449 from musicinmybrain/sphinx8
Browse files Browse the repository at this point in the history
Adjust intersphinx_mapping for Sphinx 8 compatibility
  • Loading branch information
mxiamxia authored Dec 19, 2024
2 parents 29ae34b + 1142799 commit 39303a5
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 39303a5

Please sign in to comment.