diff options
author | mattip <matti.picus@gmail.com> | 2018-04-17 13:46:36 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-04-17 16:54:10 +0300 |
commit | df8e83538461c29bc12c44198574bde8ffefcad7 (patch) | |
tree | d16f3b97dfa068fce3f081bdcd6a7c94240bb426 /doc/source/conf.py | |
parent | 8323be1bc44c2811fc36f5b99c1a30ebcee8edbd (diff) | |
download | numpy-df8e83538461c29bc12c44198574bde8ffefcad7.tar.gz |
DOC: clear up warnings, fix matplotlib plot
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) } |