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 7657e42 commit 08b3439
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 @@ -34,7 +34,11 @@

htmlhelp_basename = 'leatherdoc'

autodoc_default_flags = ['members', 'show-inheritance']
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 08b3439

Please sign in to comment.