From 2445940b2c704b262aea2089a3b7ab891dcef72c Mon Sep 17 00:00:00 2001 From: Xavier-Do Date: Fri, 9 Jun 2023 01:07:49 +0200 Subject: [PATCH] [FIX] werkzeug version https://werkzeug.palletsprojects.com/en/1.0.x/objects.inv now returns a 404. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 997016e25..84067d0a0 100644 --- a/conf.py +++ b/conf.py @@ -195,7 +195,7 @@ todo_include_todos = False intersphinx_mapping = { 'pillow': ('https://pillow.readthedocs.io/en/stable/', None), 'python': ('https://docs.python.org/3/', None), - 'werkzeug': ('https://werkzeug.palletsprojects.com/en/1.0.x/', None), + 'werkzeug': ('https://werkzeug.palletsprojects.com/en/2.3.x/', None), } github_user = 'odoo'