Skip to content

Commit

Permalink
Fix docs build - remove duplicate intersphinx entries
Browse files Browse the repository at this point in the history
The prefix identifier (the duplicate of which was causing the docs
build to fail with recent sphinx versions), is only useful when linking
to pages. It's not used when resolving packages/modules/classes, so we
don't need the double ups for xr/xarray and np/numpy.
  • Loading branch information
omad committed Nov 5, 2024
1 parent 58344f0 commit 199e4a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@
"python": ("https://docs.python.org/3", None),
"pyproj": ("https://pyproj4.github.io/pyproj/stable/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"np": ("https://numpy.org/doc/stable/", None),
"xarray": ("https://xarray.pydata.org/en/stable/", None),
"xr": ("https://xarray.pydata.org/en/stable/", None),
"rasterio": ("https://rasterio.readthedocs.io/en/latest/", None),
"shapely": ("https://shapely.readthedocs.io/en/latest/", None),
"folium": ("https://python-visualization.github.io/folium/latest/", None),
Expand Down

0 comments on commit 199e4a5

Please sign in to comment.