Skip to content

Commit

Permalink
Add xarray intersphinx (still need to address potential issues with t…
Browse files Browse the repository at this point in the history
…his), mostly to see if readthedocs now passes
  • Loading branch information
alex-l-kong committed Aug 24, 2020
1 parent ddd25bf commit d45b68d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@
intersphinx_mapping = {
'python': ('https://docs.python.org/3.6', None),
'numpy': ('https://numpy.org/doc/stable', None),
'matplotlib': ('https://matplotlib.org/3.2.1', None)
'matplotlib': ('https://matplotlib.org/3.2.1', None),
'xarray': ('https://xarray.pydata.org/en/stable', None)
}

# set a maximum number of days to cache remote inventories
Expand Down

0 comments on commit d45b68d

Please sign in to comment.