Skip to content

Commit 73ed8c1

Browse files
committed
Don't inherit docstrings
1 parent 6ba99b4 commit 73ed8c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

+1
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)