From 5ca986516f4cf633b761df9cad614e2bff5ab37c Mon Sep 17 00:00:00 2001 From: Douglas RAILLARD Date: Fri, 3 May 2019 12:15:59 +0100 Subject: [PATCH] doc: update intersphinx inventory numpy URL --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index a12c301d8..ad17d1593 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -334,7 +334,7 @@ intersphinx_mapping = { 'python' : ('https://docs.python.org/3', None), 'pandas' : ('https://pandas.pydata.org/pandas-docs/stable/', None), 'matplotlib' : ('https://matplotlib.org', None), - 'numpy': ('http://docs.scipy.org/doc/numpy', None), + 'numpy': ('https://docs.scipy.org/doc/numpy', None), # XXX: Doesn't seem to work, might be due to how devlib doc is generated 'wa' : ('https://devlib.readthedocs.io/en/latest/', None), 'trappy' : ('https://pythonhosted.org/TRAPpy', None), -- GitLab