diff --git a/debian/patches/0001-Point-intersphinx-map-to-local-doc.patch b/debian/patches/0001-Point-intersphinx-map-to-local-doc.patch new file mode 100644 index 0000000..d2155a2 --- /dev/null +++ b/debian/patches/0001-Point-intersphinx-map-to-local-doc.patch @@ -0,0 +1,19 @@ +From: Agustin Henze +Date: Tue, 19 Nov 2013 17:05:58 -0300 +Subject: Point intersphinx map to local doc + +--- + docs/conf.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/docs/conf.py b/docs/conf.py +index 03a6628..4b14a94 100644 +--- a/docs/conf.py ++++ b/docs/conf.py +@@ -220,5 +220,5 @@ man_pages = [ + ] + + intersphinx_mapping = { +- 'http://docs.python.org': None ++ 'python': ('/usr/share/doc/python2.7/html', None), + } diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..93a692d --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-Point-intersphinx-map-to-local-doc.patch