Skip to content

Commit

Permalink
Expose autosummary for __all__ variables: https://www.sphinx-doc.org/…
Browse files Browse the repository at this point in the history
jorgensd authored Dec 14, 2023
1 parent e62a42f commit 552918c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/doc/source/conf.py
Original file line number Diff line number Diff line change
@@ -143,6 +143,7 @@
"undoc-members": True,
}
autosummary_generate = True
autosummary_ignore_module_all = False
autoclass_content = "both"

napoleon_google_docstring = True

0 comments on commit 552918c

Please sign in to comment.