We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ac860 commit 73312f8Copy full SHA for 73312f8
docs/conf.py
@@ -368,7 +368,7 @@
368
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
369
"dateutil": ("https://dateutil.readthedocs.io/en/latest/", None),
370
"geopandas": ("https://geopandas.org/", None),
371
- "pandas": ("https://pandas.pydata.org/pandas-docs/dev", None),
+ "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
372
}
373
374
owlbot.py
@@ -100,7 +100,7 @@
100
intersphinx_dependencies={
101
"dateutil": "https://dateutil.readthedocs.io/en/latest/",
102
"geopandas": "https://geopandas.org/",
103
- "pandas": "https://pandas.pydata.org/pandas-docs/dev",
+ "pandas": "https://pandas.pydata.org/pandas-docs/stable/",
104
},
105
)
106
0 commit comments