diff options
| -rw-r--r-- | doc/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 15e25ac..10211f9 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -79,6 +79,9 @@ pygments_style = 'sphinx' # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False +# -- Options for autodoc -------------------------------------------------- + +autoclass_content = 'both' # -- Options for HTML output ---------------------------------------------- |
