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

package info (click to toggle)
python-pwdlib 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: python: 328; makefile: 12
file content (22 lines) | stat: -rw-r--r-- 605 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, 13 Aug 2025 19:10:17 +0200
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 988e44b..471faee 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -55,7 +55,7 @@ plugins:
         handlers:
             python:
                 import:
-                    - https://docs.python.org/3.8/objects.inv
+                    - /usr/share/doc/python3/html/objects.inv
                 options:
                     docstring_style: google