summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-02-25 18:11:17 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-05-20 17:21:26 +0100
commita110d7dd7056ebb8ba7bb60b868971d7fb176000 (patch)
tree5bfa431dd6dd04387643f2654eb5c4c7b2fd1793
parent3f0a7f9af410ebec0ca231e31abeebf4c49b3d33 (diff)
downloadpsycopg2-a110d7dd7056ebb8ba7bb60b868971d7fb176000.tar.gz
Intersphinx urls to generate Python links updated
Previous urls warn about a redirect, so they are probably to go.
-rw-r--r--doc/src/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py
index a27d6cf..2c52a56 100644
--- a/doc/src/conf.py
+++ b/doc/src/conf.py
@@ -61,8 +61,8 @@ except ImportError:
release = version
intersphinx_mapping = {
- 'py': ('http://docs.python.org/2', None),
- 'py3': ('http://docs.python.org/3', None),
+ 'py': ('https://docs.python.org/2', None),
+ 'py3': ('https://docs.python.org/3', None),
}
# Pattern to generate links to the bug tracker