diff --git a/doc/source/conf.py b/doc/source/conf.py index bfd5d38..a9e6430 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -44,6 +44,8 @@ "xarray": ("https://docs.xarray.dev/en/latest/", None), "geopandas": ("https://geopandas.org/en/latest", None), "pandas": ("https://pandas.pydata.org/docs", None), + "rasterio": ("https://rasterio.readthedocs.io/en/latest/", None), + } # -- Options for HTML output -------------------------------------------------