Skip to content

Commit

Permalink
Actually add intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
thangleiter committed Apr 29, 2020
1 parent afb4625 commit 5f17b7a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'sphinx.ext.viewcode',
'sphinx.ext.ifconfig',
'sphinx.ext.napoleon',
'sphinx.ext.intersphinx',
#'sphinxcontrib.apidoc',
#'IPython.sphinxext.ipython_console_highlighting',
#'IPython.sphinxext.ipython_directive',
Expand Down Expand Up @@ -274,11 +275,11 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'python': ('https://docs.python.org/dev', None),
'numpy': ('https://docs.scipy.org/doc/numpy', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
'matplotlib': ('https://matplotlib.org', None),
'qutip': ('https://qutip.org/docs/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),
'matplotlib': ('https://matplotlib.org/', None),
'qutip': ('https://qutip.org/docs/latest/', None)
}

# -- Options for todo extension ----------------------------------------------
Expand Down

0 comments on commit 5f17b7a

Please sign in to comment.