diff --git a/docs/source/conf.py b/docs/source/conf.py index 3825cd12..bce1f59d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,9 +25,10 @@ # use in refs e.g: # :ref:`comparison manual ` 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