summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-06-08 18:41:04 +0300
committerGitHub <noreply@github.com>2021-06-08 18:41:04 +0300
commitb9a63f5052b0ba5a7a5b2616ddcc1754df177bd3 (patch)
treeb623ff7bca1e80925141856e73a4bb0ab6afad8f /doc/source/conf.py
parent5c4aac16b54284a59bc5af34e731be7299cbb1d1 (diff)
parent683a37a03f24f7b090950a40d472b199834cca22 (diff)
downloadnumpy-b9a63f5052b0ba5a7a5b2616ddcc1754df177bd3.tar.gz
Merge pull request #19196 from mwtoews/doc-branch-name
DOC: update references to other repos head branch to 'main'
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 5ba7f70b8..a49074922 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -295,6 +295,7 @@ intersphinx_mapping = {
'pandas': ('https://pandas.pydata.org/pandas-docs/stable', None),
'scipy-lecture-notes': ('https://scipy-lectures.org', None),
'pytest': ('https://docs.pytest.org/en/stable', None),
+ 'numpy-tutorials': ('https://numpy.org/numpy-tutorials', None),
}