1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Carl Keinath <carl.keinath@gmail.com>
Date: Wed, 10 Dec 2025 23:00:02 +0100
Subject: mkdocstrings2-compat
Forwarded: https://github.com/frankie567/pwdlib/pull/33
---
mkdocs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkdocs.yml b/mkdocs.yml
index 4a12427..6b317ce 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -54,7 +54,7 @@ plugins:
- mkdocstrings:
handlers:
python:
- import:
+ inventories:
- /usr/share/doc/python3/html/objects.inv
options:
docstring_style: google
|