Skip to content

Commit

Permalink
Workaround for sphinx-autoapi issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Jun 17, 2024
1 parent c47a9d5 commit 1f407aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"inherited-members",
"show-inheritance",
"show-module-summary",
"undoc-members", # workaround for https://github.com/readthedocs/sphinx-autoapi/issues/448
]

templates_path = ["_templates"]
Expand Down

0 comments on commit 1f407aa

Please sign in to comment.