diff --git a/docs/source/conf.py b/docs/source/conf.py index 74403b1..62b35df 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -34,10 +34,14 @@ "private-members": False, } + +# TODO: Make the flask intermapping work intersphinx_mapping = { "python": ("https://docs.python.org/3/", None), "sphinx": ("https://www.sphinx-doc.org/en/master/", None), + "flask": ("https://flask.palletsprojects.com/en/2.0.x/", None), } + intersphinx_disabled_domains = ["std"] templates_path = ["_templates"]