From b539ffca234f15c2b52969b26a3ed525e35e14fb Mon Sep 17 00:00:00 2001 From: Lukas Scheel-Platz <lplatz@mpa-garching.mpg.de> Date: Thu, 20 Feb 2025 16:13:52 +0100 Subject: [PATCH] add missing sphinx extension - thanks to Ananya --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8755fa888..e41a0dc7d 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', ] -- GitLab