From acc148e8c506152ac25e8d53496b3530244f8338 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Mon, 27 Sep 2021 16:38:48 -0500 Subject: [PATCH 1/4] docs: link to stable pandas docs --- owlbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index 09aa8ca6f..15e4af4b5 100644 --- a/owlbot.py +++ b/owlbot.py @@ -98,7 +98,7 @@ microgenerator=True, split_system_tests=True, intersphinx_dependencies={ - "pandas": "http://pandas.pydata.org/pandas-docs/dev", + "pandas": "http://pandas.pydata.org/pandas-docs/stable", "geopandas": "https://geopandas.org/", }, ) From 40dbd369e6c46e9688f726b88789f46f2505850e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 27 Sep 2021 21:41:38 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 07e5d8c30..b5ee9ba9a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -366,7 +366,7 @@ "grpc": ("https://grpc.github.io/grpc/python/", None), "proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None), "protobuf": ("https://googleapis.dev/python/protobuf/latest/", None), - "pandas": ("http://pandas.pydata.org/pandas-docs/dev", None), + "pandas": ("http://pandas.pydata.org/pandas-docs/stable", None), "geopandas": ("https://geopandas.org/", None), } From 36e3f1e0c7d294e4ecdc49679cb8ba9ab306a8b8 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Mon, 27 Sep 2021 16:47:31 -0500 Subject: [PATCH 3/4] trailing slash --- owlbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index 15e4af4b5..c39433d3c 100644 --- a/owlbot.py +++ b/owlbot.py @@ -98,7 +98,7 @@ microgenerator=True, split_system_tests=True, intersphinx_dependencies={ - "pandas": "http://pandas.pydata.org/pandas-docs/stable", + "pandas": "http://pandas.pydata.org/pandas-docs/stable/", "geopandas": "https://geopandas.org/", }, ) From 9e58e91e243077cd596d7130c1e164d3d3414463 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 27 Sep 2021 21:49:16 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b5ee9ba9a..329951636 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -366,7 +366,7 @@ "grpc": ("https://grpc.github.io/grpc/python/", None), "proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None), "protobuf": ("https://googleapis.dev/python/protobuf/latest/", None), - "pandas": ("http://pandas.pydata.org/pandas-docs/stable", None), + "pandas": ("http://pandas.pydata.org/pandas-docs/stable/", None), "geopandas": ("https://geopandas.org/", None), }