diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-06-08 23:45:37 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-06-08 23:45:37 -0400 |
| commit | ef4e70f68d8c0855bcc64ad49f8f47a78dd3552a (patch) | |
| tree | e592ae6d57ca7156ebfcad1d123e60b333727065 /api-docs | |
| parent | b9cfbfbe65875a9a9bb1996bcd75de45f14c965d (diff) | |
documentation generation settings update
Diffstat (limited to 'api-docs')
| -rw-r--r-- | api-docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index 2291ba4a..276f8529 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -149,7 +149,7 @@ language = 'en' exclude_patterns = [] -# add_function_parentheses = True +add_function_parentheses = False # If true, the current module name will be prepended to all description # unit titles (such as .. function::). |
