Skip to content

Commit

Permalink
Set default autodoc flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Aug 18, 2017
1 parent 225a4a0 commit ed53e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/conf.py
Expand Up @@ -89,6 +89,7 @@ def _check_deps():
autosummary_generate = True

autodoc_docstring_signature = True
autodoc_default_flags = ['members', 'undoc-members']

intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
Expand Down

0 comments on commit ed53e2f

Please sign in to comment.