X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=t%2Fdoc%2Fconf.py;h=a23201da55751685b5c81b61416b97bedc60bce5;hb=538b950bac4d1f3baea968c5f3a5adb406218f05;hp=30f2a77d89462a5ac45ce819b9722c542eefc139;hpb=b07a7c4bf08db2928e1845c4e60798f7c9ad8b65;p=moe.git diff --git a/t/doc/conf.py b/t/doc/conf.py index 30f2a77..a23201d 100644 --- a/t/doc/conf.py +++ b/t/doc/conf.py @@ -28,6 +28,8 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage'] todo_include_todos = True +autodoc_default_flags = ['show-inheritance'] + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']