Skip to content

Commit 6ee9134

Browse files
committed
simplify docs
1 parent 05cb23c commit 6ee9134

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
'sphinx.ext.githubpages',
1919
]
2020

21+
napoleon_google_docstring = True
22+
napoleon_numpy_docstring = True
23+
napoleon_use_param = False
24+
napoleon_use_rtype = False
25+
2126
master_doc = 'index'
2227
source_suffix = '.rst'
2328

0 commit comments

Comments
 (0)