Skip to content

Commit bc3ff2b

Browse files
authored
Merge pull request #192 from csiro-coasts/fix-cartopy-docs-url
Fix Cartopy docs URL
2 parents e5083f7 + c41accd commit bc3ff2b

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)