diff --git a/conf.py b/conf.py index b05427298..5c4c9fedc 100644 --- a/conf.py +++ b/conf.py @@ -194,7 +194,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'