[Del] remove intersphinx_mapping to speed up build

This commit is contained in:
nanoric 2019-05-29 16:30:22 +08:00
parent 98973fde95
commit 977f98c8a0

View File

@ -188,12 +188,7 @@ texinfo_documents = [
# -- Options for intersphinx output ---------------------------------------------- # -- Options for intersphinx output ----------------------------------------------
intersphinx_mapping = { intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None), #'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),
} }
# -- Options for Epub output ------------------------------------------------- # -- Options for Epub output -------------------------------------------------