Skip to content

Commit 459436a

Browse files
committed
[IMP] conf: vendor python inventories
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. closes #13754 X-original-commit: 5a69ad5 Signed-off-by: Xavier Dollé (xdo) <[email protected]>
1 parent 2860855 commit 459436a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
todo_include_todos = False
213213

214214
intersphinx_mapping = {
215-
'python': ('https://docs.python.org/3/', None),
215+
'python': ('https://docs.python.org/3/', '../invs/python.inv'),
216216
# apparently local inventories are relative to the source dir?
217217
'werkzeug': ('https://werkzeug.palletsprojects.com/', '../invs/werkzeug.inv'),
218218
}

invs/python.inv

137 KB
Binary file not shown.

0 commit comments

Comments
 (0)