Skip to content

Commit db0acd5

Browse files
committed
Update intersphinx links.
1 parent 137a057 commit db0acd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@
7575
intersphinx_mapping = {
7676
'python': ('https://docs.python.org/3/', None),
7777
'numpy': ('https://numpy.org/doc/stable/', None),
78-
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
78+
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
7979
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
8080
'qtutils': ('https://qtutils.readthedocs.io/en/stable/', None),
8181
'pyqtgraph': (
8282
'https://pyqtgraph.readthedocs.io/en/latest/',
8383
None,
8484
), # change to stable once v0.11 is published
85-
'matplotlib': ('https://matplotlib.org/', None),
86-
'h5py': ('http://docs.h5py.org/en/stable/', None),
85+
'matplotlib': ('https://matplotlib.org/stable/', None),
86+
'h5py': ('https://docs.h5py.org/en/stable/', None),
8787
'pydaqmx': ('https://pythonhosted.org/PyDAQmx/', None),
8888
'qt': (
8989
'',

0 commit comments

Comments
 (0)