File: 002.changed-intersphinx-mapping-to-local.patch

package info (click to toggle)
python-briefcase 0.3.22-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,296 kB
  • sloc: python: 59,405; makefile: 57
file content (17 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Changed intersphinx mapping to local.
Author: Josenilson Ferreira da silva <nilsonfsilva@hotmail.com>
Forwarded: not-needed
Last-Update: 2025-02-16
Index: briefcase-0.3.22/docs/conf.py
===================================================================
--- briefcase-0.3.22.orig/docs/conf.py
+++ briefcase-0.3.22/docs/conf.py
@@ -95,7 +95,7 @@ pygments_style = "sphinx"
 # A list of ignored prefixes for module index sorting.
 # modindex_common_prefix = []
 
-intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
+intersphinx_mapping = {"python": ("/usr/share/doc/python3-doc/html/", None)}
 
 # API status indicators.
 rst_prolog = """