Include __init__ functions in doc

This commit is contained in:
Scharnitzky Donát 2020-04-08 19:44:37 +02:00
parent dfc3b73673
commit 43daae8cb4
1 changed files with 2 additions and 0 deletions

View File

@ -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".