Skip to content

Commit

Permalink
DOC: Add dateutil to intersphinx #24437 (#24443)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminr authored and jreback committed Dec 27, 2018
1 parent 98b3e4c commit 289285e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,14 @@


intersphinx_mapping = {
'statsmodels': ('http://www.statsmodels.org/devel/', None),
'dateutil': ("https://dateutil.readthedocs.io/en/latest/", None),
'matplotlib': ('https://matplotlib.org/', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'pandas-gbq': ('https://pandas-gbq.readthedocs.io/en/latest/', None),
'py': ('https://pylib.readthedocs.io/en/latest/', None),
'python': ('https://docs.python.org/3/', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
'py': ('https://pylib.readthedocs.io/en/latest/', None)
'statsmodels': ('http://www.statsmodels.org/devel/', None),
}
import glob
autosummary_generate = glob.glob("*.rst")
Expand Down

0 comments on commit 289285e

Please sign in to comment.