summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-09 20:59:43 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-06-09 20:59:43 -0700
commit2f17a0e8c8ae54411b2851941b3694194ae4fa01 (patch)
tree4d323f898bcfa3f74ee8767d8c62a0b1b3b91512 /doc/conf.py
parent6e035ede7ceff3deadd8665e8ef37c9fafca7b6b (diff)
downloadsphinx-git-2f17a0e8c8ae54411b2851941b3694194ae4fa01.tar.gz
Update Python 2 doc links to Python 3
Python 3 docs are more actively maintained and are the future.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 18d82b223..732c4d4a0 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -103,7 +103,7 @@ texinfo_documents = [
# We're not using intersphinx right now, but if we did, this would be part of
# the mapping:
-intersphinx_mapping = {'python': ('https://docs.python.org/2/', None)}
+intersphinx_mapping = {'python': ('https://docs.python.org/3/', None)}
# Sphinx document translation with sphinx gettext feature uses these settings:
locale_dirs = ['locale/']