Skip to content

Commit

Permalink
Port to Sphinx 8.0
Browse files Browse the repository at this point in the history
The old `intersphinx_mapping` format has been removed; it must now map
identifiers to (target, inventory) tuples.
  • Loading branch information
cjwatson committed Jan 3, 2025
1 parent 64517a8 commit 43ed4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,4 @@


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

0 comments on commit 43ed4bc

Please sign in to comment.