Skip to content

Commit 2b36b2e

Browse files
authored
Attempt to fix python docs to unblock CI (vortex-data#6084)
Pandas released a new version which broke the docs for us for python reasons, but this pulls a specific version. --------- Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent e5649fc commit 2b36b2e

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
@@ -42,7 +42,7 @@
4242
intersphinx_mapping = {
4343
"python": ("https://docs.python.org/3", None),
4444
"pyarrow": ("https://arrow.apache.org/docs", None),
45-
"pandas": ("https://pandas.pydata.org/docs", None),
45+
"pandas": ("https://pandas.pydata.org/pandas-docs/version/2.3/", None),
4646
"numpy": ("https://numpy.org/doc/stable", None),
4747
"polars": ("https://docs.pola.rs/api/python/stable", "polars.objects.inv"),
4848
}

0 commit comments

Comments
 (0)