Skip to content

Commit 73312f8

Browse files
authored
docs: use stable URL for pandas intersphinx links (#1048)
1 parent 13ac860 commit 73312f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
369369
"dateutil": ("https://dateutil.readthedocs.io/en/latest/", None),
370370
"geopandas": ("https://geopandas.org/", None),
371-
"pandas": ("https://pandas.pydata.org/pandas-docs/dev", None),
371+
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
372372
}
373373

374374

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
intersphinx_dependencies={
101101
"dateutil": "https://dateutil.readthedocs.io/en/latest/",
102102
"geopandas": "https://geopandas.org/",
103-
"pandas": "https://pandas.pydata.org/pandas-docs/dev",
103+
"pandas": "https://pandas.pydata.org/pandas-docs/stable/",
104104
},
105105
)
106106

0 commit comments

Comments
 (0)