diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 9e1d1a142..fd8a8e551 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -215,7 +215,7 @@ texinfo_documents = [ intersphinx_mapping = { 'python': ('https://docs.python.org/dev', None), 'scipy': ('https://docs.scipy.org/doc/scipy/reference', None), - 'matplotlib': ('http://matplotlib.org', None) + 'matplotlib': ('https://matplotlib.org', None) } |