We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38b7bc commit b208cd8Copy full SHA for b208cd8
docs/source/conf.py
@@ -29,7 +29,11 @@
29
# Add any Sphinx extension module names here, as strings. They can be
30
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
31
# ones.
32
-]
+extensions = [
33
+ 'sphinxcontrib.matlab',
34
+ 'sphinx.ext.autodoc']
35
+matlab_src_dir = os.path.dirname(os.path.abspath('../../src'))
36
+primary_domain = 'mat'
37
38
# Add any paths that contain templates here, relative to this directory.
39
templates_path = ['_templates']
0 commit comments