Skip to content

Commit

Permalink
DOC: fix SciPy intersphinx link. (#3522)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy authored Feb 8, 2022
1 parent 3c0875c commit 01c9dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
# and other packages used by MDAnalysis
intersphinx_mapping = {'https://docs.python.org/': None,
'https://docs.scipy.org/doc/numpy/': None,
'https://docs.scipy.org/doc/scipy/reference/': None,
'https://docs.scipy.org/doc/scipy/': None,
'https://matplotlib.org': None,
'https://networkx.github.io/documentation/stable/': None,
'https://www.mdanalysis.org/GridDataFormats/': None,
Expand Down

0 comments on commit 01c9dec

Please sign in to comment.