diff --git a/docs/conf.py b/docs/conf.py index 27abda2..8a8fb64 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,5 +54,12 @@ autoapi_ignore = ["*/__main__.py", "*/_version.py"] autoapi_add_toc_tree_entry = False autoapi_member_order = "bysource" +autoapi_options = [ + "members", + "undoc-members", + "show-inheritance", + "show-module-summary", + "special-members", +] html_theme = "sphinx_book_theme"