Skip to content

Commit

Permalink
Update configuration for auto-generated docs to improve legibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Sep 29, 2024
1 parent 7a5c324 commit f542ead
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,15 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build']

# Do not qualify class names with module and submodule names.
add_module_names = False

# Options to configure autodoc extension behavior.
autodoc_member_order = 'bysource'
autodoc_default_options = {
'special-members': True,
'exclude-members': ','.join([
'__annotations__',
'__weakref__',
'__module__',
'__hash__',
Expand Down

0 comments on commit f542ead

Please # to comment.