Skip to content

Commit 408324d

Browse files
committed
Enable napoleon
1 parent 213898f commit 408324d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
# ones.
5555
extensions = [
5656
'sphinx.ext.autodoc',
57+
'sphinx.ext.napoleon',
5758
'sphinx.ext.doctest',
5859
'sphinx.ext.intersphinx',
5960
'sphinx.ext.todo',
@@ -117,6 +118,9 @@
117118
# If true, `todo` and `todoList` produce output, else they produce nothing.
118119
todo_include_todos = True
119120

121+
napoleon_numpy_docstring = False
122+
napoleon_google_docstring = True
123+
120124
# -- Options for HTML output ----------------------------------------------
121125

122126
# The theme to use for HTML and HTML Help pages. See the documentation for

0 commit comments

Comments
 (0)