From b018a9ce1d737e15ecb35635814a4b635c15cf53 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 31 Jan 2013 20:48:51 +0100 Subject: [PATCH] conf.py: Show inheritance by default. --- conf.py | 2 ++ 1 file changed, 2 insertions(+) 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']