Skip to content

Commit

Permalink
Added core Python to intersphinx mapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed May 10, 2016
1 parent f68c700 commit 3c4d34d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@
# 'Miscellaneous'),
#]

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}

# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

Expand All @@ -309,5 +306,6 @@
napoleon_use_rtype = True

# intersphinx mapping to datreant.core docs and others
intersphinx_mapping = {'datreantcore': ('http://datreant.readthedocs.org/en/master/', None),
intersphinx_mapping = {'http://docs.python.org/': None,
'datreantcore': ('http://datreant.readthedocs.org/en/master/', None),
'pandas': ('http://pandas.pydata.org/pandas-docs/stable/', None)}

0 comments on commit 3c4d34d

Please sign in to comment.