We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba99b4 commit 73ed8c1Copy full SHA for 73ed8c1
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