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 90bea22 commit cad53b4Copy full SHA for cad53b4
docs/source/conf.py
@@ -334,8 +334,8 @@
334
# See https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html
335
napoleon_google_docstring = True
336
napoleon_numpy_docstring = False
337
-napoleon_include_init_with_doc = True
338
-napoleon_include_private_with_doc = True
+# napoleon_include_init_with_doc = False # Handled by our Sphinx template
+# napoleon_include_private_with_doc = False # Handled by our Sphinx template
339
# napoleon_include_special_with_doc = True
340
# napoleon_use_admonition_for_examples = False
341
# napoleon_use_admonition_for_notes = False
0 commit comments