diff --git a/conf.py b/conf.py index 4a1774b..335ded3 100644 --- a/conf.py +++ b/conf.py @@ -214,3 +214,5 @@ man_pages = [ ('index', 'limnoria', u'Limnoria Documentation', [u'The Limnoria/Gribble/Supybot contributors'], 1) ] + +autodoc_default_flags = ['show-inheritance']