aboutsummaryrefslogtreecommitdiff
blob: 405376cf95d2a07827737cb9eb9e1e3c5720e6e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -45,7 +45,7 @@
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
-extensions = ['breathe', 'sphinx.ext.mathjax',
+extensions = ['breathe', 'sphinx.ext.mathjax', 'sphinx.ext.autodoc',
         'matplotlib.sphinxext.plot_directive']
 
 breathe_projects = {'VEXCL' : 'xml'}