|
68 | 68 |
|
69 | 69 | # General information about the project.
|
70 | 70 | project = u'numpydoc'
|
71 |
| -copyright = u'2017, numpydoc maintainers' |
| 71 | +copyright = u'2019, numpydoc maintainers' |
72 | 72 |
|
73 | 73 | # The version info for the project you're documenting, acts as replacement for
|
74 | 74 | # |version| and |release|, also used in various other places throughout the
|
|
143 | 143 | "edit_link": True,
|
144 | 144 | "sidebar": "right",
|
145 | 145 | "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")] |
148 | 148 | }
|
149 | 149 | else:
|
150 | 150 | # Default build
|
|
270 | 270 |
|
271 | 271 | # Example configuration for intersphinx: refer to the Python standard library.
|
272 | 272 | 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), |
276 | 276 | }
|
0 commit comments