File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222sys .path .insert (0 , os .path .abspath ('..' ))
2323
2424import schimpy
25-
25+ tls_verify = False
2626# using mock to avoid nodepy documentation which is hard to import
2727#import mock
2828#MOCK_MODULES = ['nodepy']
6464templates_path = ['_templates' ]
6565
6666# mappings for intersphinx extension
67- intersphinx_mapping = {'pandas' : ('http ://pandas.pydata.org/pandas-docs/stable' ,None ),
68- 'python' : ('http ://docs.python.org/' , None ),
69- 'xarray' : ('http ://xarray.pydata.org /en/stable' ,None )
67+ intersphinx_mapping = {'pandas' : ('https ://pandas.pydata.org/pandas-docs/stable' ,None ),
68+ 'python' : ('https ://docs.python.org/3 ' , None ),
69+ 'xarray' : ('https ://docs. xarray.dev /en/stable' ,None )
7070 }
7171
7272# The suffix(es) of source filenames.
You can’t perform that action at this time.
0 commit comments