aboutsummaryrefslogtreecommitdiff
path: root/python/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/docs/conf.py')
-rw-r--r--python/docs/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/docs/conf.py b/python/docs/conf.py
index b00dce95d6..cbbf7ffb08 100644
--- a/python/docs/conf.py
+++ b/python/docs/conf.py
@@ -97,6 +97,10 @@ pygments_style = 'sphinx'
# If true, keep warnings as "system message" paragraphs in the built documents.
#keep_warnings = False
+# -- Options for autodoc --------------------------------------------------
+
+# Look at the first line of the docstring for function and method signatures.
+autodoc_docstring_signature = True
# -- Options for HTML output ----------------------------------------------