diff --git a/conf.py b/conf.py index 41da541f4..6ad3545f6 100644 --- a/conf.py +++ b/conf.py @@ -212,7 +212,7 @@ extensions.append('sphinx.ext.graphviz' if shutil.which('dot') else 'graphviz_pl todo_include_todos = False intersphinx_mapping = { - 'python': ('https://docs.python.org/3/', None), + 'python': ('https://docs.python.org/3/', '../invs/python.inv'), # apparently local inventories are relative to the source dir? 'werkzeug': ('https://werkzeug.palletsprojects.com/', '../invs/werkzeug.inv'), } diff --git a/invs/python.inv b/invs/python.inv new file mode 100644 index 000000000..908f9d014 Binary files /dev/null and b/invs/python.inv differ