diff --git a/docs/conf.py b/docs/conf.py index c13b05e7..eb556a81 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -381,6 +381,6 @@ epub_exclude_files = ["search.html"] # epub_use_index = True intersphinx_mapping = { - "python": ("https://requests.readthedocs.io/en/master/", None), + "python": ("https://docs.python.org/3/", None), "urllib3": ("https://urllib3.readthedocs.io/en/latest", None), }