Skip to content

Commit 8dfff77

Browse files
authored
Merge pull request #134 from dstansby/patch-1
Add line breaks to long signatures in docs
2 parents 9623c7b + c5d1f8e commit 8dfff77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
]
3636
autodoc2_render_plugin = "myst"
3737

38+
maximum_signature_line_length = 80
39+
3840
intersphinx_mapping = {
3941
"python": ("https://docs.python.org/3/", None),
4042
"itkwasm": ("https://itkwasm.readthedocs.io/en/latest/", None),

0 commit comments

Comments
 (0)