From 58400b3ba77d0713002318fe9e886623c9f6e16f Mon Sep 17 00:00:00 2001 From: Jochem Smit Date: Tue, 15 Dec 2020 11:06:20 +0100 Subject: [PATCH] update docs conf --- docs/conf.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9fdd1bb..3ef3049 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,8 +31,14 @@ # 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.viewcode'] - +extensions = [ + 'sphinx.ext.autodoc', + 'sphinx.ext.intersphinx', + 'sphinx.ext.mathjax', + 'sphinx.ext.viewcode', + 'numpydoc', + 'sphinxcontrib.bibtex' +] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']