Skip to content

Commit

Permalink
Merge pull request #30 from lincc-frameworks/autoapi_tweaks
Browse files Browse the repository at this point in the history
Improve AutoAPI Readability
  • Loading branch information
dougbrn authored Jun 11, 2024
2 parents c2a0c93 + 5580d7c commit cb844e6
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 cb844e6

Please sign in to comment.