File: docs-Use-packaged-intersphinx-resources.patch

package info (click to toggle)
pyjwt 2.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 708 kB
  • sloc: python: 4,592; makefile: 143
file content (22 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Fri, 3 Jan 2025 17:52:34 +0200
Subject: docs: Use packaged intersphinx resources

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 54663e1..ea37c77 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -82,7 +82,7 @@ todo_include_todos = False
 
 # Intersphinx extension.
 intersphinx_mapping = {
-    "python": ("https://docs.python.org/3/", None),
+    "python": ("/usr/share/doc/python3-doc/html", None),
 }
 
 # -- Options for HTML output ----------------------------------------------