Skip to content

Commit f0c9421

Browse files
committed
Docs: Reflow parameters if they exceed a certain line length
Signed-off-by: Kurt McKee <contactme@kurtmckee.org>
1 parent 6ece1c9 commit f0c9421

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"python": ("https://docs.python.org/3", None),
4545
}
4646

47+
# Reflow parameters if they exceed a certain line length.
48+
maximum_signature_line_length = 88
49+
4750
# Napoleon settings. We only accept Google-style docstrings.
4851
napoleon_google_docstring = True
4952
napoleon_numpy_docstring = False

0 commit comments

Comments
 (0)