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 0ff95a7 commit 1b871b3Copy full SHA for 1b871b3
doc/conf.py
@@ -44,6 +44,7 @@
44
# ones.
45
extensions = [
46
'sphinx.ext.autodoc',
47
+ 'sphinx.ext.napoleon',
48
'sphinx.ext.doctest',
49
'sphinx.ext.intersphinx',
50
'sphinx.ext.todo',
@@ -107,6 +108,9 @@
107
108
# If true, `todo` and `todoList` produce output, else they produce nothing.
109
todo_include_todos = True
110
111
+napoleon_numpy_docstring = False
112
+napoleon_google_docstring = True
113
+
114
# -- Options for HTML output ----------------------------------------------
115
116
# The theme to use for HTML and HTML Help pages. See the documentation for
0 commit comments