Skip to content

Commit

Permalink
Merge 8381d2b into b2528dd
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Apr 19, 2022
2 parents b2528dd + 8381d2b commit 0b3cc26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ def setup(app):
"private-members": False,
}
autodoc_member_order = "bysource"
# this line removes huge numbers of false and misleading, inherited docstrings
autodoc_inherit_docstrings = False
autoclass_content = "both"

apidoc_module_dir = SOURCE_DIR
Expand Down

0 comments on commit 0b3cc26

Please sign in to comment.