File: 0003-use-local-python-objects-inv.patch

package info (click to toggle)
python-pwdlib 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: python: 403; makefile: 14
file content (22 lines) | stat: -rw-r--r-- 620 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, 29 Oct 2025 09:54:28 +0100
Subject: use-local-python-objects-inv

Forwarded: Not-Needed
---
 mkdocs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 62a7529..4a12427 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -55,7 +55,7 @@ plugins:
           handlers:
               python:
                   import:
-                      - https://docs.python.org/3.10/objects.inv
+                      - /usr/share/doc/python3/html/objects.inv
                   options:
                       docstring_style: google