Skip to content

Commit

Permalink
Configure intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Feb 24, 2023
1 parent 21341e2 commit d687715
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion docs/_config.yml
Expand Up @@ -33,4 +33,25 @@ html:

launch_buttons:
notebook_interface: "classic" # The interface interactive links will activate ["classic", "jupyterlab"]
binderhub_url: "https://mybinder.org"
binderhub_url: "https://mybinder.org"

sphinx:
extra_extensions:
- sphinx.ext.intersphinx
config:
intersphinx_mapping:
numpy [stable]:
- 'https://numpy.org/doc/stable/'
- null
matplotlib [stable]:
- 'https://matplotlib.org/stable/'
- null
pandas [latest?]:
- 'https://pandas.pydata.org/docs/'
- null
scipy [latest]:
- 'https://docs.scipy.org/doc/scipy/'
- null
pillow [latest]:
- 'https://pillow.readthedocs.io/en/latest/'
- null

0 comments on commit d687715

Please sign in to comment.