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 c106d8d commit 39b5778Copy full SHA for 39b5778
docs/source/conf.py
@@ -31,7 +31,10 @@
31
# Add any Sphinx extension module names here, as strings. They can be
32
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
33
# ones.
34
-extensions = ["sphinxcontrib.matlab", "sphinx.ext.autodoc"]
+extensions = [
35
+ 'sphinxcontrib.matlab',
36
+ 'sphinx.ext.autodoc',
37
+ 'sphinx_copybutton']
38
matlab_src_dir = os.path.dirname(os.path.abspath("../../src"))
39
primary_domain = "mat"
40
requirements.txt
@@ -2,4 +2,5 @@ Sphinx
2
sphinxcontrib-matlabdomain
3
sphinxcontrib-napoleon
4
sphinx_rtd_theme
5
+sphinx-copybutton
6
miss_hit==0.9.29
0 commit comments