Skip to content

Commit b208cd8

Browse files
Update docs/source/conf.py
Co-authored-by: Remi Gau <[email protected]>
1 parent f38b7bc commit b208cd8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/source/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
# Add any Sphinx extension module names here, as strings. They can be
3030
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3131
# ones.
32-
]
32+
extensions = [
33+
'sphinxcontrib.matlab',
34+
'sphinx.ext.autodoc']
35+
matlab_src_dir = os.path.dirname(os.path.abspath('../../src'))
36+
primary_domain = 'mat'
3337

3438
# Add any paths that contain templates here, relative to this directory.
3539
templates_path = ['_templates']

0 commit comments

Comments
 (0)