Skip to content

Commit

Permalink
use nested-pandas autoapi settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed Jun 10, 2024
1 parent c2a0c93 commit 5580d7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5580d7c

Please sign in to comment.