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 3519d61 commit aa5a06eCopy full SHA for aa5a06e
docs/conf.py
@@ -101,6 +101,10 @@
101
autoapi_generate_api_docs = False # when fales, use directives
102
suppress_warnings = ["autoapi.python_import_resolution", "autoapi.not_readable"]
103
104
+# sphinx.ext.napoleon
105
+napoleon_google_docstring = True
106
+napoleon_include_init_with_doc = True
107
+
108
# sphinxext.opengraph
109
ogp_site_url = about["__docs__"]
110
ogp_image = "_static/img/icons/icon-192x192.png"
0 commit comments