Skip to content

Commit 289285e

Browse files
benjaminrjreback
authored andcommitted
DOC: Add dateutil to intersphinx #24437 (#24443)
1 parent 98b3e4c commit 289285e

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)