From 43daae8cb4233f7cef681534a7aa1267ddb5c675 Mon Sep 17 00:00:00 2001 From: schdwlk Date: Wed, 8 Apr 2020 19:44:37 +0200 Subject: [PATCH] Include __init__ functions in doc --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index ae2f05d..626c37d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,6 +46,8 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # html_theme = 'sphinx_rtd_theme' +autoclass_content = 'both' + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css".