summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-04-20 12:31:31 -0600
committerGitHub <noreply@github.com>2018-04-20 12:31:31 -0600
commit67b9a768a7e6f373bbba02df302622773559ca4b (patch)
treefa52e4c8346e5232b76013fe0f69a8a3dd973ff9 /doc/source/conf.py
parentde62ef91ff92a5118cee9c1aa236eb672cc96c84 (diff)
parent953fbda6c22af1ea0269ed533265268b805e324c (diff)
downloadnumpy-67b9a768a7e6f373bbba02df302622773559ca4b.tar.gz
Merge pull request #10921 from mattip/percentile-graph
DOC: clear up warnings, fix matplotlib plot
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py2
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)
}