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

package info (click to toggle)
python-can 4.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,428 kB
  • sloc: python: 27,154; makefile: 31; sh: 16
file content (23 lines) | stat: -rw-r--r-- 781 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
23
From: Carl Keinath <carl.keinath@gmail.com>
Date: Wed, 1 Oct 2025 21:23:30 +0200
Subject: use-local-python-objects-inv

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

diff --git a/doc/conf.py b/doc/conf.py
index 5e41336..f7f7ee5 100755
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -56,7 +56,7 @@ extensions = [
 # Now, you can use the alias name as a new role, e.g. :issue:`123`.
 extlinks = {"issue": ("https://github.com/hardbyte/python-can/issues/%s/", "issue #%s")}
 
-intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
+intersphinx_mapping = {"python": ("/usr/share/doc/python3/html", None)}
 
 # If this is True, todo and todolist produce output, else they produce nothing.
 # The default is False.