summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 97a094a59..4497b78d7 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -211,3 +211,5 @@ else:
# If false, no module index is generated.
latex_use_modindex = False
+
+autodoc_default_flags = ['members', 'show-inheritance']