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

package info (click to toggle)
python-argon2 25.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: python: 1,251; makefile: 155
file content (19 lines) | stat: -rw-r--r-- 517 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Carl Keinath <carl.keinath@gmail.com>
Date: Sun, 8 Mar 2026 14:29:16 +0100
Subject: use-local-python-objects-inv

Forwarded: not-needed
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index f28b864..b5b8231 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -127,4 +127,4 @@ texinfo_documents = [
 ]
 
 
-intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
+intersphinx_mapping = {"python": ("/usr/share/doc/python3/html", None)}