summaryrefslogtreecommitdiff
path: root/dev-python/pyserial/files/mapping.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyserial/files/mapping.patch')
-rw-r--r--dev-python/pyserial/files/mapping.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/pyserial/files/mapping.patch b/dev-python/pyserial/files/mapping.patch
new file mode 100644
index 000000000000..dfcb4731bbbd
--- /dev/null
+++ b/dev-python/pyserial/files/mapping.patch
@@ -0,0 +1,13 @@
+diff -ur pyserial-2.7.orig/documentation/conf.py pyserial-2.7/documentation/conf.py
+--- a/documentation/conf.py 2013-10-18 00:29:53.000000000 +0800
++++ b/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),
+- }