Skip to content

Commit 8f1368e

Browse files
committed
Move each function argument onto a new line.
1 parent 69c889e commit 8f1368e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
"show-inheritance": True,
6262
}
6363

64+
# Wrap function signatures so each argument appears on its own line
65+
python_maximum_signature_line_length = 1
66+
6467
# -- Options for HTML output ---------------------------------------------------
6568

6669
html_theme = "sphinx_rtd_theme"

0 commit comments

Comments
 (0)