Skip to content

Commit

Permalink
Improve docstrings for extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Nov 25, 2024
1 parent d40f7e7 commit b11537f
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 40 deletions.
8 changes: 8 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,14 @@ def get_version():

# Custom config
autoapi_dirs = ["../fido2"]
autoapi_options = [
"members",
"undoc-members",
"show-inheritance",
"show-module-summary",
"special-members",
"imported-members",
]

skip_patterns = ["fido2.hid", "fido2.win_api"]

Expand Down
Loading

0 comments on commit b11537f

Please sign in to comment.