summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-11-12 19:41:16 -0500
committerGitHub <noreply@github.com>2021-11-12 19:41:16 -0500
commit4b980ef4072a817aae0da3643d0fa70c30fcb6cf (patch)
treef4facf3e23f66b79899d5076026448d734b862aa /docs/conf.py
parente18db4b4bfff3b5ca70aa0a44c565a8634d65256 (diff)
parent77678abf97b4a8ee5e6e67b14cb21f543cd6bfd9 (diff)
downloadpython-setuptools-git-4b980ef4072a817aae0da3643d0fa70c30fcb6cf.tar.gz
Merge branch 'main' into prefer-svg-images
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index fb497362..3cc8e35b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -196,3 +196,5 @@ icons = [
},
# rel="apple-touch-icon" does not support SVG yet
]
+
+intersphinx_mapping['pip'] = 'https://pip.pypa.io/en/latest', None