Skip to content

Commit 3788322

Browse files
committed
Don't repeat documentation for inherited methods
1 parent 274ab08 commit 3788322

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
@@ -29,6 +29,7 @@
2929
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3030
# ones.
3131
extensions = ["sphinx.ext.autodoc", "sphinx_rtd_theme"]
32+
autodoc_inherit_docstrings = False
3233

3334
# Add any paths that contain templates here, relative to this directory.
3435
templates_path = ["_templates"]

0 commit comments

Comments
 (0)