summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-09 20:06:23 -0700
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-09-05 16:21:14 +0100
commitc57fee2c92e1f561858babda616a50202d1c8474 (patch)
tree4676960bdeeaed7a5f1b59f0e92b9b1569be85b7 /doc/src
parentf86229d98b7ce37591c4fd8b3ec1e4c7eb761d31 (diff)
downloadpsycopg2-c57fee2c92e1f561858babda616a50202d1c8474.tar.gz
Update intersphinx URLs to point to Python 3 docs
Python 3 docs are more up to date and reflect the future of Python. Removed unused py3 marker.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/conf.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py
index 2c52a56..867afb7 100644
--- a/doc/src/conf.py
+++ b/doc/src/conf.py
@@ -61,9 +61,8 @@ except ImportError:
release = version
intersphinx_mapping = {
- 'py': ('https://docs.python.org/2', None),
- 'py3': ('https://docs.python.org/3', None),
- }
+ 'py': ('https://docs.python.org/3', None),
+}
# Pattern to generate links to the bug tracker
ticket_url = 'https://github.com/psycopg/psycopg2/issues/%s'