Skip to content

Commit

Permalink
[doc] update intersphinx URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
cverstege committed Dec 19, 2023
1 parent 2b80790 commit 206b0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
# set up intersphinx
intersphinx_mapping = {'python': ('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),
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
'matplotlib': ('https://matplotlib.org/stable/', None),
'iminuit': ('https://iminuit.readthedocs.io/en/latest', None)}

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 206b0d9

Please sign in to comment.