summaryrefslogtreecommitdiff
path: root/dev-python/cairocffi/files/mapping.patch
blob: 14cae286617cd388a3e62a7f13b6a4a7041ee17c (plain)
1
2
3
4
5
6
7
8
9
10
diff -ur cairocffi-0.5.3.orig/docs/conf.py cairocffi-0.5.3/docs/conf.py
--- docs/conf.py	2013-05-24 10:33:32.000000000 +0800
+++ docs/conf.py	2014-04-08 16:09:39.648229837 +0800
@@ -14,6 +14,3 @@
 exclude_patterns = ['_build']
 autodoc_member_order = 'bysource'
 autodoc_default_flags = ['members']
-intersphinx_mapping = {
-    'http://docs.python.org/': None,
-    'http://cairographics.org/documentation/pycairo/2/': None}