summaryrefslogtreecommitdiff
path: root/dev-python/nose/files/nose-0.11.0-disable_intersphinx.patch
blob: 5ce5a1db8801b392754934edc08e93bfd4155b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- doc/conf.py.orig	2009-05-07 03:12:35.000000000 +0200
+++ doc/conf.py	2009-05-13 10:13:12.588540888 +0200
@@ -31,7 +31,7 @@
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
+extensions = ['sphinx.ext.autodoc',
               'nose.sphinx.pluginopts', 'manbuilder']
 
 # Add any paths that contain templates here, relative to this directory.
@@ -231,4 +231,4 @@
 
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/dev': None}
+#intersphinx_mapping = {'http://docs.python.org/dev': None}