File: 0003-Use-local-objects.inv-for-intersphinx-mapping.patch

package info (click to toggle)
python-simpy 2.3.1%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,868 kB
  • sloc: python: 11,171; makefile: 143
file content (20 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From 777e2c9b3bab64fe2824669c41bfe3a63f53a32f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= <onovy@debian.org>
Date: Sun, 7 Aug 2016 13:08:33 +0200
Subject: Use local objects.inv for intersphinx mapping

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

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 9b06809..bef864c 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -234,5 +234,5 @@ man_pages = [
 
 # Example configuration for intersphinx: refer to the Python standard library.
 intersphinx_mapping = {
-    'http://docs.python.org/': None,
+    'python': ('/usr/share/doc/python3-doc/html', None),
 }