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β€Ž

Lines changed: 1 addition & 1 deletion
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β€Ž

Lines changed: 1 addition & 1 deletion
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)