Skip to content

Commit ea50e80

Browse files
docs: link to stable pandas docs (#990)
* docs: link to stable pandas docs * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * trailing slash * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3e32c1a commit ea50e80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
"grpc": ("https://grpc.github.io/grpc/python/", None),
367367
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
368368
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
369-
"pandas": ("http://pandas.pydata.org/pandas-docs/dev", None),
369+
"pandas": ("http://pandas.pydata.org/pandas-docs/stable/", None),
370370
"geopandas": ("https://geopandas.org/", None),
371371
}
372372

owlbot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
microgenerator=True,
9999
split_system_tests=True,
100100
intersphinx_dependencies={
101-
"pandas": "http://pandas.pydata.org/pandas-docs/dev",
101+
"pandas": "http://pandas.pydata.org/pandas-docs/stable/",
102102
"geopandas": "https://geopandas.org/",
103103
},
104104
)

0 commit comments

Comments
 (0)