Merge pull request #1759 from nanoric/sphinx_doc

[Del] docs: remove intersphinx_mapping to speed up build
This commit is contained in:
vn.py 2019-05-30 09:18:35 +08:00 committed by GitHub
commit 34772567e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 -------------------------------------------------