Skip to content

Commit

Permalink
Try excluding init from apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
alanakbik committed Dec 7, 2024
1 parent ad028d0 commit a2f9d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def linkcode_resolve(*args):
html_show_sphinx = False

# Napoleon settings
napoleon_include_init_with_doc = True
napoleon_include_init_with_doc = False
napoleon_include_private_with_doc = False

autodoc_default_options = {
Expand Down

0 comments on commit a2f9d39

Please sign in to comment.