summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Watts <nick@nawatts.com>2020-01-25 18:19:22 -0500
committerNick Watts <nick@nawatts.com>2020-01-25 18:19:22 -0500
commitd5c4cac0f4cc2f558099a55686ddb2e0bdc2dbd1 (patch)
tree637a8713da5c8568b6dd4d4f1362e4e6c544c738 /docs
parent7b565d886c852609a849e79e4ad8f3f8fa8d8c23 (diff)
downloadpython-requests-d5c4cac0f4cc2f558099a55686ddb2e0bdc2dbd1.tar.gz
Fix intersphinx_mapping config for Python standard library
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
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),
}