You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/cairocffi/files/mapping.patch

11 lines
426 B

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}