File: docs-Use-local-inventory-for-Python3.patch

package info (click to toggle)
sentry-python 2.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,268 kB
  • sloc: python: 58,847; sh: 126; makefile: 114; xml: 2
file content (19 lines) | stat: -rw-r--r-- 595 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
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Sun, 12 Jun 2022 06:54:48 +0200
Subject: docs: Use local inventory for Python3

Patch requires package python3-doc to be installed.

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

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -193,4 +193,4 @@
 # A list of files that should not be packed into the epub file.
 epub_exclude_files = ["search.html"]
 
-intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
+intersphinx_mapping = {"python": ("/usr/share/doc/python3-doc/html", None)}