Skip to content

Commit 3c742d9

Browse files
committed
DOC: fix intersphinx mapping
1 parent 82fbe76 commit 3c742d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
intersphinx_mapping = {
3737
'python': ('https://docs.python.org/3/', None),
38-
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
38+
'numpy': ('https://numpy.org/doc/stable/', None),
3939
}
4040

4141
master_doc = 'index'

0 commit comments

Comments
 (0)