1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Thu, 1 Feb 2018 09:38:06 +0000
Subject: Use the packaged docs
Forwarded: not-needed
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -40,7 +40,7 @@
}
intersphinx_mapping = {
- 'python': ('https://docs.python.org/3', None),
+ 'python': ('https://docs.python.org/3', '/usr/share/doc/python3/html/objects.inv'),
}
man_pages = []
|