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 9a5547e commit db944d7Copy full SHA for db944d7
doc/conf.py
@@ -54,6 +54,7 @@
54
# ones.
55
extensions = [
56
'sphinx.ext.autodoc',
57
+ 'sphinx.ext.napoleon',
58
'sphinx.ext.doctest',
59
'sphinx.ext.intersphinx',
60
'sphinx.ext.todo',
@@ -117,6 +118,9 @@
117
118
# If true, `todo` and `todoList` produce output, else they produce nothing.
119
todo_include_todos = True
120
121
+napoleon_numpy_docstring = False
122
+napoleon_google_docstring = True
123
+
124
# -- Options for HTML output ----------------------------------------------
125
126
# The theme to use for HTML and HTML Help pages. See the documentation for
0 commit comments