summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/conf.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-05 03:34:34 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-05 03:34:34 -0700
commit7c29ea97c6617d1f6b2f621bf88aa6a0ab0209fa (patch)
tree0489a91670f5511ccc519181f7432eb1990b236b /docs/quick_tutorial/conf.py
parentb9b31f0ca0dead8dd3835f26d6db6c53c8c7b72c (diff)
downloadpyramid-7c29ea97c6617d1f6b2f621bf88aa6a0ab0209fa.tar.gz
pyramid-7c29ea97c6617d1f6b2f621bf88aa6a0ab0209fa.tar.bz2
pyramid-7c29ea97c6617d1f6b2f621bf88aa6a0ab0209fa.zip
- replace easy_install with pip
- add python3 for intersphinx. See #2429 - minor grammar
Diffstat (limited to 'docs/quick_tutorial/conf.py')
-rw-r--r--docs/quick_tutorial/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/quick_tutorial/conf.py b/docs/quick_tutorial/conf.py
index 47b8fae41..feebdf02a 100644
--- a/docs/quick_tutorial/conf.py
+++ b/docs/quick_tutorial/conf.py
@@ -257,6 +257,9 @@ intersphinx_mapping = {
'python': (
'http://docs.python.org/2',
None),
+ 'python3': (
+ 'https://docs.python.org/3/',
+ None),
'sqla': (
'http://docs.sqlalchemy.org/en/latest',
None),