We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c889e commit 8f1368eCopy full SHA for 8f1368e
1 file changed
docs/conf.py
@@ -61,6 +61,9 @@
61
"show-inheritance": True,
62
}
63
64
+# Wrap function signatures so each argument appears on its own line
65
+python_maximum_signature_line_length = 1
66
+
67
# -- Options for HTML output ---------------------------------------------------
68
69
html_theme = "sphinx_rtd_theme"
0 commit comments