docs: adjust sphinx to flask2 (#251)

This commit is contained in:
David
2021-12-06 14:47:55 +01:00
committed by GitHub
parent 07d7e6fa0e
commit 62d23f104c
3 changed files with 5 additions and 3 deletions

View File

@@ -328,6 +328,8 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ("https://docs.python.org/", None),
"flask": ("https://flask.palletsprojects.com/", None),
"werkzeug": ("https://werkzeug.palletsprojects.com/", None),
# TODO: Configure external documentation references, eg:
# 'Flask-Admin': ('https://flask-admin.readthedocs.io/en/latest/', None),
}