summaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index b7a9e35..e88804b 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -348,10 +348,11 @@ autodoc_default_options = {'autosummary': True,
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
- 'numpy': ('http://docs.scipy.org/doc/numpy/', None),
+ 'numpy': ('https://numpy.org/doc/stable/', None),
'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
'matplotlib': ('http://matplotlib.org/', None),
- 'torch': ('https://pytorch.org/docs/stable/', None)}
+ 'torch': ('https://pytorch.org/docs/stable/', None),
+ 'jax': ('https://jax.readthedocs.io/en/latest/', None)}
sphinx_gallery_conf = {
'examples_dirs': ['../../examples', '../../examples/da'],