Skip to content

Commit

Permalink
TEMP: disable documenting special members
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Jun 15, 2018
1 parent 536ff9a commit 541f756
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions documenteer/sphinxconfig/stackconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ def _insert_automodapi_configs(c):

# Default flags for automodapi directives. Special members are dunder
# methods.
c['autodoc_default_flags'] = ['special-members',
'inherited-members',
c['autodoc_default_flags'] = ['inherited-members',
'show-inheritance']

return c
Expand Down

0 comments on commit 541f756

Please sign in to comment.