diff options
Diffstat (limited to 'dev-python/nose/files/nose-0.11.0-disable_intersphinx.patch')
-rw-r--r-- | dev-python/nose/files/nose-0.11.0-disable_intersphinx.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/nose/files/nose-0.11.0-disable_intersphinx.patch b/dev-python/nose/files/nose-0.11.0-disable_intersphinx.patch new file mode 100644 index 000000000000..48dd8af64e29 --- /dev/null +++ b/dev-python/nose/files/nose-0.11.0-disable_intersphinx.patch @@ -0,0 +1,17 @@ +--- nose-0.11.0/doc/conf.py.orig 2009-05-07 03:12:35.000000000 +0200 ++++ nose-0.11.0/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} |