Skip to content

Commit ed4b09b

Browse files
Update pandas intersphinx url
1 parent 7e6d95b commit ed4b09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def setup(app):
206206
"numpy": ("https://numpy.org/doc/stable/", None),
207207
"python": ("https://docs.python.org/3/", None),
208208
"SciPy": ("https://docs.scipy.org/doc/scipy/", None),
209-
"pandas": ("https://pandas.pydata.org/pandas-docs/stable", None),
209+
"pandas": ("https://pandas.pydata.org/docs/", None),
210210
"pystog": ("https://pystog.readthedocs.io/en/latest/", None),
211211
"mantid-dev": ("https://developer.mantidproject.org/", None),
212212
}

0 commit comments

Comments
 (0)