Skip to content

Commit e7e0e65

Browse files
authored
fix pandas docs reference in conf.py (#2237)
Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
1 parent 61b1f90 commit e7e0e65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
intersphinx_mapping = {
211211
"python": ("https://docs.python.org/3/", None),
212212
"numpy": ("https://numpy.org/doc/stable/", None),
213-
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
213+
"pandas": ("https://pandas.pydata.org/docs/", None),
214214
"dask": ("https://docs.dask.org/en/latest/", None),
215215
"pyspark": ("https://spark.apache.org/docs/latest/api/python/", None),
216216
"modin": ("https://modin.readthedocs.io/en/latest/", None),

0 commit comments

Comments
 (0)