From 977f98c8a04f334199266f431fcfabe8d7d8caf8 Mon Sep 17 00:00:00 2001 From: nanoric Date: Wed, 29 May 2019 16:30:22 +0800 Subject: [PATCH] [Del] remove intersphinx_mapping to speed up build --- docs/conf.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 051c79b1..c16b73ee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -188,12 +188,7 @@ texinfo_documents = [ # -- Options for intersphinx output ---------------------------------------------- intersphinx_mapping = { - 'python': ('https://docs.python.org/3/', None), - 'flask': ('http://flask.pocoo.org/docs/latest/', None), - 'werkzeug': ('http://werkzeug.pocoo.org/docs/latest/', None), - 'click': ('http://click.pocoo.org/', None), - 'jinja': ('http://jinja.pocoo.org/docs/latest', None), - 'wtforms': ('https://wtforms.readthedocs.io/en/latest', None), + #'python': ('https://docs.python.org/3/', None), } # -- Options for Epub output -------------------------------------------------