Skip to content

Commit a00c882

Browse files
committed
Fix docs build - remove duplicate intersphinx entries
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.
1 parent 4794531 commit a00c882

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@
8484
"python": ("https://docs.python.org/3", None),
8585
"pyproj": ("https://pyproj4.github.io/pyproj/stable/", None),
8686
"numpy": ("https://numpy.org/doc/stable/", None),
87-
"np": ("https://numpy.org/doc/stable/", None),
8887
"xarray": ("https://xarray.pydata.org/en/stable/", None),
89-
"xr": ("https://xarray.pydata.org/en/stable/", None),
9088
"rasterio": ("https://rasterio.readthedocs.io/en/latest/", None),
9189
"shapely": ("https://shapely.readthedocs.io/en/latest/", None),
9290
"folium": ("https://python-visualization.github.io/folium/latest/", None),

0 commit comments

Comments
 (0)