Skip to content

Commit c25abf7

Browse files
committed
[IMP] conf: remove pillow inventory, cache werkzeug
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure. Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small. Also remove the pillow inventory entirely, it doesn't seem to cause issues but also seems completely unused. closes #13695 Forward-port-of: #13669 Signed-off-by: Xavier Morel (xmo) <[email protected]>
1 parent 3e7b15a commit c25abf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@
212212
todo_include_todos = False
213213

214214
intersphinx_mapping = {
215-
'pillow': ('https://pillow.readthedocs.io/en/stable/', None),
216215
'python': ('https://docs.python.org/3/', None),
217-
'werkzeug': ('https://werkzeug.palletsprojects.com/en/2.3.x/', None),
216+
# apparently local inventories are relative to the source dir?
217+
'werkzeug': ('https://werkzeug.palletsprojects.com/', '../invs/werkzeug.inv'),
218218
}
219219

220220
github_user = 'odoo'

invs/werkzeug.inv

5.26 KB
Binary file not shown.

0 commit comments

Comments
 (0)