Skip to content

Commit 9315c66

Browse files
bingyaojnothman
authored andcommitted
DOC: Update links and info in conf.py. (#227)
1 parent b756833 commit 9315c66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/conf.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
# General information about the project.
7070
project = u'numpydoc'
71-
copyright = u'2017, numpydoc maintainers'
71+
copyright = u'2019, numpydoc maintainers'
7272

7373
# The version info for the project you're documenting, acts as replacement for
7474
# |version| and |release|, also used in various other places throughout the
@@ -143,8 +143,8 @@
143143
"edit_link": True,
144144
"sidebar": "right",
145145
"scipy_org_logo": True,
146-
"rootlinks": [("http://scipy.org/", "Scipy.org"),
147-
("http://docs.scipy.org/", "Docs")]
146+
"rootlinks": [("https://scipy.org/", "Scipy.org"),
147+
("https://docs.scipy.org/", "Docs")]
148148
}
149149
else:
150150
# Default build
@@ -270,7 +270,7 @@
270270

271271
# Example configuration for intersphinx: refer to the Python standard library.
272272
intersphinx_mapping = {
273-
'python': ('http://docs.python.org/', None),
274-
'numpy': ('https://www.numpy.org/devdocs', None),
275-
'sklearn': ('http://scikit-learn.org/stable/', None),
273+
'python': ('https://docs.python.org/3/', None),
274+
'numpy': ('https://numpy.org/devdocs/', None),
275+
'sklearn': ('https://scikit-learn.org/stable/', None),
276276
}

0 commit comments

Comments
 (0)