From 94ebf63b86ac047348eff6dbab37e5ea4dc965eb Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 23 Sep 2012 11:56:25 -0400 Subject: [PATCH] Remove unneeded intersphinx references. --- doc/source/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 9d33a02e..1a77c22a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -168,8 +168,6 @@ latex_documents = [ intersphinx_mapping = { 'http://docs.python.org/dev': None, 'http://docs.scipy.org/doc/numpy/': None, - 'http://documen.tician.de/codepy/': None, - 'http://documen.tician.de/boostmpi/': None, } autoclass_content = "both" -- GitLab