|
335 | 335 |
|
336 | 336 | # Example configuration for intersphinx: refer to the Python standard library. |
337 | 337 | intersphinx_mapping = { |
338 | | - "python": ("https://docs.python.org/", None), |
339 | | - "numpy": ("http://docs.scipy.org/doc/numpy", None), |
340 | | - "scipy": ("http://docs.scipy.org/doc/scipy/reference", None), |
341 | | - "matplotlib": ("http://matplotlib.sourceforge.net", None), |
| 338 | + "python": ("https://docs.python.org/3/", None), |
| 339 | + "numpy": ("https://docs.scipy.org/doc/numpy", None), |
| 340 | + "scipy": ("https://docs.scipy.org/doc/scipy/reference", None), |
| 341 | + "matplotlib": ("https://matplotlib.org/", None), |
342 | 342 | "bids": ("https://bids-standard.github.io/pybids/", None), |
343 | 343 | "nibabel": ("https://nipy.org/nibabel/", None), |
344 | 344 | "nipype": ("https://nipype.readthedocs.io/en/latest/", None), |
|
352 | 352 |
|
353 | 353 |
|
354 | 354 | def setup(app): |
355 | | - app.add_stylesheet("theme_overrides.css") |
| 355 | + app.add_css_file("theme_overrides.css") |
356 | 356 | # We need this for the boilerplate script |
357 | | - app.add_javascript("https://cdn.rawgit.com/chrisfilo/zenodo.js/v0.1/zenodo.js") |
| 357 | + app.add_js_file("https://cdn.rawgit.com/chrisfilo/zenodo.js/v0.1/zenodo.js") |
0 commit comments