Skip to content

Commit

Permalink
MAINT: use new syntax for intersphinx_mapping.
Browse files Browse the repository at this point in the history
The old syntax is deprected since sphinx 6.2 and will be removed in teh
future.
  • Loading branch information
Carreau committed May 3, 2024
1 parent 9a3595e commit 65fe66f
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 @@ -296,7 +296,7 @@


# 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)}


def setup(_):
Expand Down

0 comments on commit 65fe66f

Please sign in to comment.