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 = """
|