Skip to content

Commit 69b7f3c

Browse files
committed
Fix doc/conf.py.
Use latest intersphinx mapping format.
1 parent f5f8e28 commit 69b7f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,6 @@
218218

219219
# Example configuration for intersphinx: refer to the Python standard library.
220220
intersphinx_mapping = {
221-
"https://docs.python.org/": None,
222-
"https://numpy.org/doc/stable/": None,
221+
"python": ("https://docs.python.org/3", None),
222+
"numpy": ("https://numpy.org/doc/stable/", None),
223223
}

0 commit comments

Comments
 (0)