diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-06 04:31:22 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-06 04:31:22 -0700 |
| commit | 2afec648d11f2814869d7a471b38b1f6e60004f0 (patch) | |
| tree | 2c99bbd1405cdb10bcad25d7f512056e7233e97b /docs/conf.py | |
| parent | 9589aa46f02a705e467ba77e15088927ddc03603 (diff) | |
| parent | 186b72e56600c79888795fa4eed286a5ebf71974 (diff) | |
| download | pyramid-2afec648d11f2814869d7a471b38b1f6e60004f0.tar.gz pyramid-2afec648d11f2814869d7a471b38b1f6e60004f0.tar.bz2 pyramid-2afec648d11f2814869d7a471b38b1f6e60004f0.zip | |
Merge pull request #2431 from stevepiercy/docs/easy-install-to-pip.2104
- remove conf.py straggler
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 3 |
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), |
