From 05af6c4bc2ef0f95d7828f9376edd008a3aa1cf2 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 18 Nov 2021 09:43:53 -0500 Subject: [PATCH 1/2] docs: fix intersphinx link for 'requests-oauthlib' Closes #920. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 58e5b9a99..31eb0b9b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -363,7 +363,7 @@ "python": ("https://docs.python.org/3.5", None), "urllib3": ("https://urllib3.readthedocs.io/en/stable", None), "requests": ("https://requests.kennethreitz.org/en/master/", None), - "requests-oauthlib": ("https://requests-oauthlib.readthedocs.io/en/stable/", None), + "requests-oauthlib": ("https://requests-oauthlib.readthedocs.io/en/v1.3.0-docs/", None), } # Autodoc config From 2edc3fbde6ebc358b37ca17936c763ee3f431575 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 18 Nov 2021 14:45:53 +0000 Subject: [PATCH 2/2] =?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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 31eb0b9b8..652d808bd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -363,7 +363,10 @@ "python": ("https://docs.python.org/3.5", None), "urllib3": ("https://urllib3.readthedocs.io/en/stable", None), "requests": ("https://requests.kennethreitz.org/en/master/", None), - "requests-oauthlib": ("https://requests-oauthlib.readthedocs.io/en/v1.3.0-docs/", None), + "requests-oauthlib": ( + "https://requests-oauthlib.readthedocs.io/en/v1.3.0-docs/", + None, + ), } # Autodoc config