Skip to content

Commit 5e1fb9b

Browse files
authored
Merge pull request #7933 from jenshnielsen/fix_pandas_ci
Fix intersphinx link to pandas
2 parents af746ec + 9887aef commit 5e1fb9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435

436436
# Example configuration for intersphinx: refer to the Python standard library.
437437
intersphinx_mapping = {
438-
"pandas": ("https://pandas.pydata.org/pandas-docs/stable", None),
438+
"pandas": ("https://pandas.pydata.org/docs", None),
439439
"matplotlib": ("https://matplotlib.org/stable", None),
440440
"python": ("https://docs.python.org/3", None),
441441
"numpy": ("https://numpy.org/doc/stable", None),

0 commit comments

Comments
 (0)