summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/conf.py
diff options
context:
space:
mode:
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),