Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc4ecd5

Browse files
committed
DOC: fix and sort intersphinx
1 parent bb8058a commit bc4ecd5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/conf.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,15 @@ def _check_dependencies():
114114
missing_references_warn_unused_ignores = False
115115

116116
intersphinx_mapping = {
117-
'python': ('https://docs.python.org/3', None),
117+
'Pillow': ('https://pillow.readthedocs.io/en/stable/', None),
118118
'cycler': ('https://matplotlib.org/cycler', None),
119119
'dateutil': ('https://dateutil.readthedocs.io/en/stable/', None),
120+
'ipykernel': ('https://ipykernel.readthedocs.io/en/latest/', None),
120121
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
121122
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
122-
'Pillow': ('https://pillow.readthedocs.io/en/stable/', None),
123123
'pytest': ('https://pytest.org/en/stable', None),
124+
'python': ('https://docs.python.org/3', None),
124125
'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),
128126
}
129127

130128

0 commit comments

Comments
 (0)