diff --git a/docs/api_reference/conf.py b/docs/api_reference/conf.py index b6a0464cb8f..514a17ad9b0 100644 --- a/docs/api_reference/conf.py +++ b/docs/api_reference/conf.py @@ -275,3 +275,7 @@ if os.environ.get("READTHEDOCS", "") == "True": html_context["READTHEDOCS"] = True master_doc = "index" + +# If a signature’s length in characters exceeds 60, +# each parameter within the signature will be displayed on an individual logical line +maximum_signature_line_length = 60