We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a215bd7 commit 0318f47Copy full SHA for 0318f47
docs/conf.py
@@ -26,6 +26,7 @@
26
exclude_patterns = ["_build"]
27
pygments_style = "sphinx"
28
autodoc_default_options = {"members": True, "show-inheritance": True}
29
+autodoc_inherit_docstrings = False
30
highlight_language = "python3"
31
todo_include_todos = False
32
0 commit comments