summaryrefslogtreecommitdiff
blob: bd315d98f0408682dcdb94e52d195756b78c7b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -ur pyserial-2.7.orig/documentation/conf.py pyserial-2.7/documentation/conf.py
--- documentation/conf.py     2013-10-18 00:29:53.000000000 +0800
+++ documentation/conf.py  2014-03-28 12:41:08.848807687 +0800
@@ -192,9 +192,3 @@
 
 # If false, no module index is generated.
 #latex_use_modindex = True
-
-# for external links to standard library
-intersphinx_mapping = {
-        #~ 'python': ('http://docs.python.org', None),
-        'py': ('http://docs.python.org', None),
-        }