Skip to content

Commit

Permalink
Merge pull request #315 from dstansby/dask-intersphinx
Browse files Browse the repository at this point in the history
Add dask to intersphinx mapping
  • Loading branch information
will-moore authored Oct 10, 2023
2 parents 72ba3de + 452d512 commit 9ee5142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
# use in refs e.g:
# :ref:`comparison manual <python:comparisons>`
intersphinx_mapping = {
"python": ("https://docs.python.org/", None),
"python": ("https://docs.python.org/3", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"zarr": ("https://zarr.readthedocs.io/en/stable/", None),
"dask": ("https://docs.dask.org/en/stable", None),
}

# https://github.com/readthedocs/sphinx_rtd_theme
Expand Down

0 comments on commit 9ee5142

Please sign in to comment.