Skip to content

Commit 40df0d4

Browse files
committed
Enable napoleon
1 parent ca090a0 commit 40df0d4

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
@@ -44,6 +44,7 @@
4444
# ones.
4545
extensions = [
4646
'sphinx.ext.autodoc',
47+
'sphinx.ext.napoleon',
4748
'sphinx.ext.doctest',
4849
'sphinx.ext.intersphinx',
4950
'sphinx.ext.todo',
@@ -107,6 +108,9 @@
107108
# If true, `todo` and `todoList` produce output, else they produce nothing.
108109
todo_include_todos = True
109110

111+
napoleon_numpy_docstring = False
112+
napoleon_google_docstring = True
113+
110114
# -- Options for HTML output ----------------------------------------------
111115

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

0 commit comments

Comments
 (0)