Skip to content

Commit

Permalink
Addressed intersphinx connection issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli authored and Eli committed Mar 8, 2024
1 parent 1516eaa commit b6eb81b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docsrc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
sys.path.insert(0, os.path.abspath('..'))

import schimpy

tls_verify = False
# using mock to avoid nodepy documentation which is hard to import
#import mock
#MOCK_MODULES = ['nodepy']
Expand Down Expand Up @@ -64,9 +64,9 @@
templates_path = ['_templates']

# mappings for intersphinx extension
intersphinx_mapping = {'pandas': ('http://pandas.pydata.org/pandas-docs/stable',None),
'python': ('http://docs.python.org/', None),
'xarray' : ('http://xarray.pydata.org/en/stable',None)
intersphinx_mapping = {'pandas': ('https://pandas.pydata.org/pandas-docs/stable',None),
'python': ('https://docs.python.org/3', None),
'xarray' : ('https://docs.xarray.dev/en/stable',None)
}

# The suffix(es) of source filenames.
Expand Down

0 comments on commit b6eb81b

Please sign in to comment.