Skip to content
Snippets Groups Projects
Commit b539ffca authored by Lukas Platz's avatar Lukas Platz Committed by Lukas Scheel-Platz
Browse files

add missing sphinx extension - thanks to Ananya

parent 0e7ee3a8
No related branches found
No related tags found
1 merge request!998Add missing sphinx extension to fix API doc build
Pipeline #239984 passed
......@@ -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',
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment