Skip to content

Commit

Permalink
fix: Port to Sphinx 8.0 (#509)
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.

Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
cjwatson and parthea authored Jan 21, 2025
1 parent f19b931 commit c57ebd7
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 c57ebd7

Please sign in to comment.