Skip to content

Commit

Permalink
configure sphinx to document Members without docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
weikang9009 committed Dec 6, 2019
1 parent e00e46d commit 9eb8d70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@

# automatically document class members
autodoc_default_options = {
'members': True
'members': True,
'undoc-members': True
}
# display the source code for Plot directive
plot_include_source = True
Expand Down

0 comments on commit 9eb8d70

Please sign in to comment.