Skip to content

Commit c41accd

Browse files
committed
Fix Cartopy docs URL
The Cartopy docs are now on readthedocs. We use intersphinx for building docs that link to other projects. As the docs have been moved and there is no redirect for the `objects.inv` file our docs build was breaking. Easily fixed by updating the URL for intersphinx to the new location. See also: SciTools/cartopy#2558
1 parent e5083f7 commit c41accd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
# Other documentation that we link to
9191
intersphinx_mapping = {
92-
'cartopy': ('https://scitools.org.uk/cartopy/docs/latest/', None),
92+
'cartopy': ('https://cartopy.readthedocs.io/stable/', None),
9393
'matplotlib': ('https://matplotlib.org/stable/', None),
9494
'numpy': ('https://numpy.org/doc/stable/', None),
9595
'pandas': ('https://pandas.pydata.org/docs/', None),

0 commit comments

Comments
 (0)