@@ -114,17 +114,15 @@ def _check_dependencies():
114
114
missing_references_warn_unused_ignores = False
115
115
116
116
intersphinx_mapping = {
117
- 'python ' : ('https://docs.python.org/3 ' , None ),
117
+ 'Pillow ' : ('https://pillow.readthedocs.io/en/stable/ ' , None ),
118
118
'cycler' : ('https://matplotlib.org/cycler' , None ),
119
119
'dateutil' : ('https://dateutil.readthedocs.io/en/stable/' , None ),
120
+ 'ipykernel' : ('https://ipykernel.readthedocs.io/en/latest/' , None ),
120
121
'numpy' : ('https://docs.scipy.org/doc/numpy/' , None ),
121
122
'pandas' : ('https://pandas.pydata.org/pandas-docs/stable/' , None ),
122
- 'Pillow' : ('https://pillow.readthedocs.io/en/stable/' , None ),
123
123
'pytest' : ('https://pytest.org/en/stable' , None ),
124
+ 'python' : ('https://docs.python.org/3' , None ),
124
125
'scipy' : ('https://docs.scipy.org/doc/scipy/reference/' , None ),
125
- 'cycler' : ('https://matplotlib.org/cycler' , None ),
126
- 'ipympl' : ('https://matplotlib.org/ipympl' , None ),
127
- 'ipywidget' : ('' , None ),
128
126
}
129
127
130
128
0 commit comments