Skip to content

Commit

Permalink
DOC: update intersphinx inventory mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeotten committed Sep 21, 2022
1 parent ddee06c commit fe06ab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@

# shpinx.ext.intersphinx settings
intersphinx_mapping = {'py': ('https://docs.python.org/3', None),
'numpy': ('https://numpy.org/doc/stable', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
'matplotlib': ('https://matplotlib.org', None),
'numpy': ('https://numpy.org/doc/stable/', None),
'scipy': ('https://matplotlib.org/stable/', None),
'matplotlib': ('https://matplotlib.org/stable/', None),
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
'sympy': ('https://docs.sympy.org/latest/', None),
}
Expand Down

0 comments on commit fe06ab8

Please sign in to comment.