Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 2c60d8c

Browse files
committed
docs: remove pandas intersphinx config
1 parent 7cf633e commit 2c60d8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@
390390
"grpc": ("https://grpc.github.io/grpc/python/", None),
391391
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
392392
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
393-
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
393+
# TODO(tswast): re-enable if we can get temporary failures to be ignored.
394+
# "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
394395
"pydata-google-auth": (
395396
"https://pydata-google-auth.readthedocs.io/en/latest/",
396397
None,

0 commit comments

Comments
 (0)