1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Dmitry Shachnev <mitya57@debian.org>
Date: Sun, 17 Mar 2024 23:40:01 +0300
Subject: Use local Python inventory file
Forwarded: not-needed
---
mkdocs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkdocs.yml b/mkdocs.yml
index 01298ef..eec12e5 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -79,7 +79,7 @@ plugins:
handlers:
python:
inventories:
- - https://docs.python.org/3/objects.inv
+ - file:///usr/share/doc/python3-doc/html/objects.inv
options:
annotations_path: brief
docstring_options:
|