diff --git a/conf.py b/conf.py index 509a5d20c..98060af13 100644 --- a/conf.py +++ b/conf.py @@ -212,9 +212,9 @@ extensions.append('sphinx.ext.graphviz' if shutil.which('dot') else 'graphviz_pl 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/2.3.x/', None), + # apparently local inventories are relative to the source dir? + 'werkzeug': ('https://werkzeug.palletsprojects.com/', '../invs/werkzeug.inv'), } github_user = 'odoo' diff --git a/invs/werkzeug.inv b/invs/werkzeug.inv new file mode 100644 index 000000000..53a11429b Binary files /dev/null and b/invs/werkzeug.inv differ