Skip to content
Snippets Groups Projects
Commit d90aabe4 authored by Vincent Eberle's avatar Vincent Eberle
Browse files

Merge branch 'fix_apidoc' into 'NIFTy_8'

Add missing sphinx extension to fix API doc build

See merge request !998
parents 0e7ee3a8 b539ffca
No related branches found
No related tags found
1 merge request!998Add missing sphinx extension to fix API doc build
Pipeline #240232 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.
Please register or to comment