From 414b30b2ec8ae365ca311b697d44578394371ff6 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Fri, 7 Aug 2020 19:01:42 +0800 Subject: [PATCH] Fix bad intersphinx link --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index fefb3b27..c9d3690a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ intersphinx_mapping = { "jinja": ("https://jinja.palletsprojects.com/", None), "itsdangerous": ("https://itsdangerous.palletsprojects.com/", None), "sqlalchemy": ("https://docs.sqlalchemy.org/", None), - "wtforms": ("https://wtforms.readthedocs.io/en/stable/", None), + "wtforms": ("https://wtforms.readthedocs.io/", None), "blinker": ("https://pythonhosted.org/blinker/", None), } issues_github_path = "pallets/flask"