Skip to content

Commit

Permalink
Add matlab_show_property_specs = True to docs/sphinx/source/conf.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Aug 30, 2024
1 parent e05d571 commit 3ceef53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
# matlab_auto_link = "basic"
matlab_auto_link = "all"
matlab_show_property_default_value = True
matlab_show_property_specs = True
# autoclass_content = 'both' # 'class', 'init', 'both'
autodoc_member_order = 'bysource' # 'alphabetical', 'groupwise', 'bysource'
napoleon_use_param = False
Expand Down

0 comments on commit 3ceef53

Please sign in to comment.