Skip to content

Commit

Permalink
docs: Update autodoc variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 4, 2023
1 parent 45a1de8 commit d2c4ae6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@

htmlhelp_basename = 'agateexceldoc'

autodoc_member_order = 'bysource'
autodoc_default_options = {
'members': None,
'member-order': 'bysource',
'show-inheritance': True,
}

intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
Expand Down

0 comments on commit d2c4ae6

Please sign in to comment.