Skip to content

Commit 29bf346

Browse files
authored
chore: update owlbot requests intersphinx url (#803)
1 parent 18bbbd3 commit 29bf346

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)