summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-24 12:13:09 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-24 12:13:09 +0000
commit2ec868c8a8ce69dd43a9a00eea5426159f625c44 (patch)
treea5bc1bd2a960fe184db96c5d8024a23055898561 /docs
parentc7489da160cd4e0169f6c8b1eb275fc99a773e29 (diff)
downloadpython-setuptools-git-2ec868c8a8ce69dd43a9a00eea5426159f625c44.tar.gz
Specify Python 3 after Python 2 in intersphinx mapping
Hopefully it will make links to Python 3 the default.
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 ee833135..21451447 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -170,8 +170,8 @@ nitpick_ignore = [
# Allow linking objects on other Sphinx sites seamlessly:
intersphinx_mapping.update(
- python=('https://docs.python.org/3', None),
python2=('https://docs.python.org/2', None),
+ python=('https://docs.python.org/3', None),
)
# Add support for the unreleased "next-version" change notes