diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index f219c17..2b1ee9c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -199,4 +199,11 @@ epub_exclude_files = ['search.html'] # -- Extension configuration ------------------------------------------------- -todo_include_todos = True
\ No newline at end of file +todo_include_todos = True + +autodoc_default_options = { + "members": True, + "undoc-members": True, + "inherited-members": True, + "show-inheritance": True +}
\ No newline at end of file |
