Skip to content

Commit 3339f04

Browse files
committed
Update the intersphinx mapping for NumPy.
1 parent 502bc78 commit 3339f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
# Example configuration for intersphinx: refer to the Python standard library.
369369
intersphinx_mapping = {
370370
'https://docs.python.org/3/': None,
371-
'https://docs.scipy.org/doc/numpy/': None,
371+
'https://numpy.org/doc/stable/': None,
372372
}
373373

374374
os.environ['READTHEDOCS'] = 'True'

0 commit comments

Comments
 (0)