Skip to content

Commit d5eb408

Browse files
authored
Merge pull request #103 from ocefpaf/fix_doc_style
add napoleon ext
2 parents 050d1e4 + 3f996d0 commit d5eb408

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
extensions = [
3434
'sphinx.ext.autodoc',
3535
'sphinx.ext.viewcode',
36+
'sphinx.ext.napoleon',
3637
]
3738

3839
# Add any paths that contain templates here, relative to this directory.

docs/source/modules.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
:members:
66
:undoc-members:
77
:show-inheritance:
8+

0 commit comments

Comments
 (0)