[Python-modules-commits] r24570 - in packages/musicbrainzngs/trunk/debian/patches (2 files)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Sun May 26 19:05:32 UTC 2013


    Date: Sunday, May 26, 2013 @ 19:05:30
  Author: laarmen-guest
Revision: 24570

Add missing patch and fix typo in its name

Added:
  packages/musicbrainzngs/trunk/debian/patches/use_local_intersphinx_links
Modified:
  packages/musicbrainzngs/trunk/debian/patches/series

Modified: packages/musicbrainzngs/trunk/debian/patches/series
===================================================================
--- packages/musicbrainzngs/trunk/debian/patches/series	2013-05-26 19:03:04 UTC (rev 24569)
+++ packages/musicbrainzngs/trunk/debian/patches/series	2013-05-26 19:05:30 UTC (rev 24570)
@@ -1,2 +1,2 @@
 remove_unused_data
-use_local_interphix_links
+use_local_intersphinx_links

Added: packages/musicbrainzngs/trunk/debian/patches/use_local_intersphinx_links
===================================================================
--- packages/musicbrainzngs/trunk/debian/patches/use_local_intersphinx_links	                        (rev 0)
+++ packages/musicbrainzngs/trunk/debian/patches/use_local_intersphinx_links	2013-05-26 19:05:30 UTC (rev 24570)
@@ -0,0 +1,20 @@
+Description: Use local intersphinx inventories
+ Instead of linking to the online Python documentation, the generated doc will
+ link to the python-doc packages.
+Author: Simon Chopin <chopin.simon at gmail.com>
+Forwarded: not-needed
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -94,8 +94,8 @@
+ }
+ 
+ intersphinx_mapping = {
+-    'python': ('http://python.readthedocs.org/en/latest/', None),
+-    'python2': ('http://python.readthedocs.org/en/v2.7.2/', None),
++    'python': ('file:///usr/share/doc/python-doc/html/', None),
++    'python2': ('file:///usr/share/doc/python2.7-doc/html/', None),
+ }
+ 
+ 




More information about the Python-modules-commits mailing list