From 00dcba5fbfaed09b7277145c5ca1104b67367182 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 18 Jun 2013 20:14:34 -0400 Subject: [PATCH] Add numpy intersphinx link --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index fe5a4d7b7..aca41b5a3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -240,6 +240,7 @@ intersphinx_mapping = { 'http://documen.tician.de/islpy': None, 'http://documen.tician.de/pyopencl': None, 'http://documen.tician.de/cgen': None, + 'http://docs.scipy.org/doc/numpy/': None, } autoclass_content = "both" -- GitLab