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),
}
|