Skip to content

Commit 3ceef53

Browse files
committed
Add matlab_show_property_specs = True to docs/sphinx/source/conf.py.
1 parent e05d571 commit 3ceef53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/sphinx/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
# matlab_auto_link = "basic"
7272
matlab_auto_link = "all"
7373
matlab_show_property_default_value = True
74+
matlab_show_property_specs = True
7475
# autoclass_content = 'both' # 'class', 'init', 'both'
7576
autodoc_member_order = 'bysource' # 'alphabetical', 'groupwise', 'bysource'
7677
napoleon_use_param = False

0 commit comments

Comments
 (0)