diff options
Diffstat (limited to 'dev-python/pyserial/files/mapping.patch')
-rw-r--r-- | dev-python/pyserial/files/mapping.patch | 13 |
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 00000000000..bd315d98f04 --- /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 +--- 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), +- } |