summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-06 04:24:28 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-06 04:24:28 -0700
commit186b72e56600c79888795fa4eed286a5ebf71974 (patch)
tree2c99bbd1405cdb10bcad25d7f512056e7233e97b /docs/conf.py
parent7c29ea97c6617d1f6b2f621bf88aa6a0ab0209fa (diff)
downloadpyramid-186b72e56600c79888795fa4eed286a5ebf71974.tar.gz
pyramid-186b72e56600c79888795fa4eed286a5ebf71974.tar.bz2
pyramid-186b72e56600c79888795fa4eed286a5ebf71974.zip
- remove conf.py straggler
- update intersphinx link to python3 docs - Closes #2429
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a895bc6c3..1600e1f5c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -66,8 +66,7 @@ intersphinx_mapping = {
'deform': ('http://docs.pylonsproject.org/projects/deform/en/latest', None),
'jinja2': ('http://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/', None),
'pylonswebframework': ('http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/', None),
- 'python': ('http://docs.python.org', None),
- 'python3': ('http://docs.python.org/3', None),
+ 'python': ('https://docs.python.org/3', None),
'sqla': ('http://docs.sqlalchemy.org/en/latest', None),
'tm': ('http://docs.pylonsproject.org/projects/pyramid-tm/en/latest/', None),
'toolbar': ('http://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest', None),