Skip to content

Commit 943663a

Browse files
authored
update intersphinx mappings (#1232)
1 parent 310d191 commit 943663a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/sphinx/source/conf.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,11 @@ def setup(app):
314314

315315
# Example configuration for intersphinx: refer to the Python standard library.
316316
intersphinx_mapping = {
317-
'python': ('https://docs.python.org/3.8/', None),
318-
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
319-
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
317+
'python': ('https://docs.python.org/3/', None),
318+
'numpy': ('https://numpy.org/doc/stable/', None),
319+
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
320+
'pandas': ('https://pandas.pydata.org/pandas-docs/stable', None),
321+
'matplotlib': ('https://matplotlib.org/stable', None),
320322
}
321323

322324
nbsphinx_allow_errors = True

0 commit comments

Comments
 (0)