1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Colin Watson <cjwatson@debian.org>
Date: Mon, 15 Dec 2025 13:36:54 +0000
Subject: Use local intersphinx objects inventory
Forwarded: not-needed
Last-Update: 2025-12-15
---
mkdocs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkdocs.yml b/mkdocs.yml
index b739586..0e86c9f 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -110,7 +110,7 @@ plugins:
handlers:
python:
inventories:
- - https://docs.python.org/3/objects.inv
+ - file:///usr/share/doc/python3-doc/html/objects.inv
- llmstxt:
full_output: llms-full.txt
markdown_description: |-
|