Skip to content

Commit

Permalink
update depth variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishk16 committed Jul 4, 2022
1 parent 31d127e commit 00cdf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def patched_parse(self):
autoclass_content = "both"
add_module_names = True
autosectionlabel_prefix_document = True
autosectionlabel_maxdepth >= 2
autosectionlabel_maxdepth = 2
autodoc_default_options = {
'members': None,
'member-order': 'bysource', # 'alphabetical'
Expand Down

0 comments on commit 00cdf4b

Please sign in to comment.