diff --git a/docs/source/conf.py b/docs/source/conf.py index 8755fa888ff40113c617a2b46dd139f0917c85fd..e41a0dc7d5cb207d71b82732b3df8a97b7206ccf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,6 +7,7 @@ extensions = [ 'sphinx.ext.mathjax', # Render math as images 'sphinx.ext.viewcode', # Add links to highlighted source code 'sphinx.ext.intersphinx', # Links to other sphinx docs (mostly numpy) + 'sphinx.ext.autodoc', 'myst_parser', # Parse markdown 'sphinxcontrib.bibtex', ]