summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-06-08 23:45:37 -0400
committerJordan Wiens <jordan@psifertex.com>2019-06-08 23:45:37 -0400
commitef4e70f68d8c0855bcc64ad49f8f47a78dd3552a (patch)
treee592ae6d57ca7156ebfcad1d123e60b333727065
parentb9cfbfbe65875a9a9bb1996bcd75de45f14c965d (diff)
documentation generation settings update
-rw-r--r--api-docs/source/conf.py2
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::).