[ADD] conf: intersphinx entry for pillow
Allows us to properly link to pillow's docs from docstrings using the python domain. Part-of: odoo/documentation#1352
This commit is contained in:
parent
e6002983e6
commit
28534dce88
1
conf.py
1
conf.py
@ -137,6 +137,7 @@ if odoo_dir_in_path:
|
|||||||
todo_include_todos = False
|
todo_include_todos = False
|
||||||
|
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
|
'pillow': ('https://pillow.readthedocs.io/en/stable/', None),
|
||||||
'python': ('https://docs.python.org/3/', None),
|
'python': ('https://docs.python.org/3/', None),
|
||||||
'werkzeug': ('https://werkzeug.palletsprojects.com/en/1.0.x/', None),
|
'werkzeug': ('https://werkzeug.palletsprojects.com/en/1.0.x/', None),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user