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

package info (click to toggle)
faker 33.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,212 kB
  • sloc: python: 330,276; makefile: 187; sh: 20
file content (19 lines) | stat: -rw-r--r-- 642 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: Kathara Sasikumar <katharasasikumar007@gmail.com>
Date: Sun, 1 Sep 2024 17:07:56 +0530
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 9365eaa..777ff4a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -257,4 +257,4 @@ texinfo_documents = [
 # If true, do not generate a @detailmenu in the "Top" node's menu.
 # texinfo_no_detailmenu = False
 
-intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
+intersphinx_mapping = {"python": ("/usr/share/doc/python3-doc/html", None),}