Skip to content

Commit 8dd1f24

Browse files
authored
Add maximum character length for signatures in docs (#2299)
1 parent d2cff48 commit 8dd1f24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ def setup(app: sphinx.application.Sphinx) -> None:
255255
# Output file base name for HTML help builder.
256256
htmlhelp_basename = "zarrdoc"
257257

258+
maximum_signature_line_length = 80
259+
258260
# -- Options for LaTeX output ---------------------------------------------
259261

260262
latex_elements = {

0 commit comments

Comments
 (0)