@@ -114,13 +114,13 @@ def _check_dependencies():
114
114
115
115
intersphinx_mapping = {
116
116
'Pillow' : ('https://pillow.readthedocs.io/en/stable/' , None ),
117
- 'cycler' : ('https://matplotlib.org/cycler' , None ),
117
+ 'cycler' : ('https://matplotlib.org/cycler/ ' , None ),
118
118
'dateutil' : ('https://dateutil.readthedocs.io/en/stable/' , None ),
119
119
'ipykernel' : ('https://ipykernel.readthedocs.io/en/latest/' , None ),
120
120
'numpy' : ('https://numpy.org/doc/stable/' , None ),
121
121
'pandas' : ('https://pandas.pydata.org/pandas-docs/stable/' , None ),
122
- 'pytest' : ('https://pytest.org/en/stable' , None ),
123
- 'python' : ('https://docs.python.org/3' , None ),
122
+ 'pytest' : ('https://pytest.org/en/stable/ ' , None ),
123
+ 'python' : ('https://docs.python.org/3/ ' , None ),
124
124
'scipy' : ('https://docs.scipy.org/doc/scipy/reference/' , None ),
125
125
}
126
126
@@ -133,8 +133,8 @@ def _check_dependencies():
133
133
'doc_module' : ('matplotlib' , 'mpl_toolkits' ),
134
134
'reference_url' : {
135
135
'matplotlib' : None ,
136
- 'numpy' : 'https://docs.scipy.org/doc/numpy' ,
137
- 'scipy' : 'https://docs.scipy.org/doc/scipy/reference' ,
136
+ 'numpy' : 'https://docs.scipy.org/doc/numpy/ ' ,
137
+ 'scipy' : 'https://docs.scipy.org/doc/scipy/reference/ ' ,
138
138
},
139
139
'backreferences_dir' : 'api/_as_gen' ,
140
140
'subsection_order' : gallery_order .sectionorder ,
0 commit comments