X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Fconf.py;h=1f1de4dbf97be341401094e8f95756f8d9d75afe;hb=353cf074189653b0ea0f8e45f98fb597e44ad385;hp=43786fd28fac7d3226d213f0e03de90d4dda0579;hpb=7ba5f553f8344edb31a72576d5fbade55516e9b4;p=hooke.git diff --git a/doc/conf.py b/doc/conf.py index 43786fd..1f1de4d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -26,7 +26,8 @@ import hooke # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary', - 'sphinx.ext.doctest', 'sphinx.ext.coverage', + 'sphinx.ext.coverage', 'sphinx.ext.doctest', + 'sphinx.ext.intersphinx', 'sphinx.ext.pngmath', 'numpydoc'] # Add any paths that contain templates here, relative to this directory.