Skip to content

Commit

Permalink
enable intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 18, 2018
1 parent 0ff3f72 commit 84efe4d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
]

intersphinx_mapping = {
# 'python': ('https://docs.python.org/3/', None),
# 'werkzeug': ('http://werkzeug.pocoo.org/docs/', None),
# 'click': ('http://click.pocoo.org/', None),
# 'jinja': ('http://jinja.pocoo.org/docs/', None),
# 'itsdangerous': ('https://pythonhosted.org/itsdangerous', None),
# 'sqlalchemy': ('https://docs.sqlalchemy.org/en/latest/', None),
# 'wtforms': ('https://wtforms.readthedocs.io/en/latest/', None),
# 'blinker': ('https://pythonhosted.org/blinker/', None),
'python': ('https://docs.python.org/3/', None),
'werkzeug': ('http://werkzeug.pocoo.org/docs/', None),
'click': ('http://click.pocoo.org/', None),
'jinja': ('http://jinja.pocoo.org/docs/', None),
'itsdangerous': ('https://pythonhosted.org/itsdangerous', None),
'sqlalchemy': ('https://docs.sqlalchemy.org/en/latest/', None),
'wtforms': ('https://wtforms.readthedocs.io/en/latest/', None),
'blinker': ('https://pythonhosted.org/blinker/', None),
}

# HTML -----------------------------------------------------------------
Expand Down

0 comments on commit 84efe4d

Please sign in to comment.