From 308fa6641e7cacb9301b74e5c32c86aea2310f8e Mon Sep 17 00:00:00 2001 From: Cserna Zsolt Date: Wed, 3 Apr 2024 13:51:03 +0200 Subject: [PATCH] doc: update werkzeug mapping --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 1b3a319..5eb14bc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,7 +41,7 @@ intersphinx_mapping = { "python": ("https://docs.python.org/3", (None, "python-inv.txt")), - "werkzeug": ("https://werkzeug.palletsprojects.com/en/2.1.x", None), + "werkzeug": ("https://werkzeug.palletsprojects.com/en/3.0.x", None), } # Add any paths that contain templates here, relative to this directory.