Package: testpath / 0.4.4+dfsg-1

0001-Patch-intersphinx-configuration-so-there-is-no-netwo.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From bcdeb0f8674e39ce52f9ab19edfd40af458f0f38 Mon Sep 17 00:00:00 2001
From: Julien Puydt <julien.puydt@laposte.net>
Date: Sun, 10 Jul 2016 08:19:52 +0200
Subject: Patch intersphinx configuration so there is no network access even if
 available during package build

---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index da211ea..94d939f 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -263,4 +263,4 @@ texinfo_documents = [
 
 
 # configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'python': ('http://docs.python.org/3', None)}
+intersphinx_mapping = {'python': ('/usr/share/doc/python3-doc/html', None)}