FFFF chore: update owlbot requests intersphinx url (#803) · googleapis/google-cloud-python@020e62c · GitHub
[go: up one dir, main page]

Skip to content

Commit 020e62c

Browse files
authored
chore: update owlbot requests intersphinx url (#803)
1 parent e79de17 commit 020e62c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/google-cloud-storage/owlbot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
"google-cloud-kms < 2.0dev",
3535
],
3636
intersphinx_dependencies={
37-
"requests": "https://docs.python-requests.org/en/master/"
37+
# python-requests url temporary change related to
38+
# https://github.com/psf/requests/issues/6140#issuecomment-1135071992
39+
"requests": "https://requests.readthedocs.io/en/stable/"
3840
},
3941
)
4042

0 commit comments

Comments
 (0)
0