Skip to content

Commit 1a03f80

Browse files
benjaminrPingviinituutti
authored andcommitted
DOC: Add dateutil to intersphinx pandas-dev#24437 (pandas-dev#24443)
1 parent 6bb6a56 commit 1a03f80

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/source/conf.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -371,13 +371,14 @@
371371

372372

373373
intersphinx_mapping = {
374-
'statsmodels': ('http://www.statsmodels.org/devel/', None),
374+
'dateutil': ("https://dateutil.readthedocs.io/en/latest/", None),
375375
'matplotlib': ('https://matplotlib.org/', None),
376+
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
376377
'pandas-gbq': ('https://pandas-gbq.readthedocs.io/en/latest/', None),
378+
'py': ('https://pylib.readthedocs.io/en/latest/', None),
377379
'python': ('https://docs.python.org/3/', None),
378-
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
379380
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
380-
'py': ('https://pylib.readthedocs.io/en/latest/', None)
381+
'statsmodels': ('http://www.statsmodels.org/devel/', None),
381382
}
382383
import glob
383384
autosummary_generate = glob.glob("*.rst")

0 commit comments

Comments
 (0)