Skip to content

Commit

Permalink
fix: 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 Dec 20, 2024
1 parent 8d24bda commit 7207c7c
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 @@ -179,4 +179,4 @@
# -- Options for intersphinx extension ---------------------------------------

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

0 comments on commit 7207c7c

Please sign in to comment.