Skip to content

Commit

Permalink
docs: set maximum signature line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Exirel committed Sep 29, 2023
1 parent 09ee653 commit 73cf3a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@
# A list of ignored prefixes for module index sorting.
modindex_common_prefix = ['sopel.']

# If a signature’s length in characters exceeds the number set, each parameter
# within the signature will be displayed on an individual logical line.
maximum_signature_line_length = 80


# -- Options for autodoc -------------------------------------------------------

Expand Down

0 comments on commit 73cf3a3

Please sign in to comment.