Skip to content

Commit

Permalink
Added member-order = bysource to autodoc default options.
Browse files Browse the repository at this point in the history
  • Loading branch information
simlist committed Feb 21, 2023
1 parent 2a51768 commit 0a82d05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
autodoc_default_options = {
'members': True,
'inherited-members': True,
'show-inheritance': True
'show-inheritance': True,
'member-order': 'bysource'
}
autodoc_member_order = 'bysource'

Expand Down

0 comments on commit 0a82d05

Please sign in to comment.