conf.py: Show inheritance by default.

This commit is contained in:
Valentin Lorentz 2013-01-31 20:48:51 +01:00
parent f93796622c
commit b018a9ce1d

View File

@ -214,3 +214,5 @@ man_pages = [
('index', 'limnoria', u'Limnoria Documentation',
[u'The Limnoria/Gribble/Supybot contributors'], 1)
]
autodoc_default_flags = ['show-inheritance']