File: 0004-mkdocstrings2-compat.patch

package info (click to toggle)
python-pwdlib 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 632 kB
  • sloc: python: 403; makefile: 14
file content (22 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
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