Skip to content

Commit

Permalink
Add maximum character length for signatures in docs (#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Oct 3, 2024
1 parent d2cff48 commit 8dd1f24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ def setup(app: sphinx.application.Sphinx) -> None:
# Output file base name for HTML help builder.
htmlhelp_basename = "zarrdoc"

maximum_signature_line_length = 80

# -- Options for LaTeX output ---------------------------------------------

latex_elements = {
Expand Down

0 comments on commit 8dd1f24

Please sign in to comment.