1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Use a local copy of object.inv from doc.python.org and docs.scipy.org, instead of downloading them each time from the internet
Index: python-networkx-1.7~rc1/doc/source/conf.py
===================================================================
--- python-networkx-1.7~rc1.orig/doc/source/conf.py 2012-06-14 22:50:26.938118312 +0200
+++ python-networkx-1.7~rc1/doc/source/conf.py 2012-06-14 22:50:41.818285325 +0200
@@ -162,8 +162,8 @@
#latex_appendices = ['credits']
# Intersphinx mapping
-intersphinx_mapping = {'http://docs.python.org/': None,
- 'http://docs.scipy.org/doc/numpy/': None,
+intersphinx_mapping = {'http://docs.python.org/': '../../debian/python.org_objects.inv',
+ 'http://docs.scipy.org/doc/numpy/': '../../debian/scipy.org_numpy_objects.inv',
}
# For trac custom roles
|