Skip to content

Commit

Permalink
Do not inherit docstrings with autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mkelley committed Jan 26, 2024
1 parent 66a4cf6 commit 7508f6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
# Chooses the sections for labeling by its depth
autosectionlabel_maxdepth = 2

autodoc_inherit_docstrings = False

# -- Project information ------------------------------------------------------

# This does not *have* to match the package name, but typically does
Expand Down

0 comments on commit 7508f6a

Please sign in to comment.