Skip to content

Commit 7ec6f4d

Browse files
authored
chore: fix requests intersphinx url (#801)
1 parent b0bf411 commit 7ec6f4d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,9 @@
368368
"grpc": ("https://grpc.github.io/grpc/python/", None),
369369
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
370370
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
371-
"requests": ("https://docs.python-requests.org/en/master/", None),
371+
# python-requests url temporary change related to
372+
# https://github.com/psf/requests/issues/6140#issuecomment-1135071992
373+
"python-requests": ("https://requests.readthedocs.io/en/stable/", None),
372374
}
373375

374376

docs/retry_timeout.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ in your code, using one of three forms:
4747

4848
See also:
4949

50-
:ref:`Timeouts in requests <requests:timeouts>`
50+
`Timeouts in requests <https://requests.readthedocs.io/en/latest/user/advanced/#timeouts>`_
5151

5252

5353
.. _configuring_retries:

0 commit comments

Comments
 (0)