Skip to content

Commit

Permalink
Override autodoc defaults.
Browse files Browse the repository at this point in the history
Especially, "inherited-members" is new and really useful.
  • Loading branch information
iMichka committed Oct 9, 2016
1 parent 6aa7f64 commit ea42088
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,7 @@

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

# Override autodoc defaults
autodoc_default_flags = [
"members", "undoc-members", "show-inheritance", "inherited-members"]

0 comments on commit ea42088

Please sign in to comment.