From 84efe4de773ca564cf4a2aecb31cf01779906354 Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 18 Apr 2018 13:10:56 -0700 Subject: [PATCH] enable intersphinx --- docs/conf.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a1d10ed2..78c923f5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,14 +24,14 @@ extensions = [ ] 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 -----------------------------------------------------------------