Skip to content

Commit 0318f47

Browse files
committed
Don't inherit docstrings
1 parent a215bd7 commit 0318f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
exclude_patterns = ["_build"]
2727
pygments_style = "sphinx"
2828
autodoc_default_options = {"members": True, "show-inheritance": True}
29+
autodoc_inherit_docstrings = False
2930
highlight_language = "python3"
3031
todo_include_todos = False
3132

0 commit comments

Comments
 (0)