diff --git a/docs/conf.py b/docs/conf.py index 42efea2d3..200fe6c2d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -108,8 +108,9 @@ def skip(app, what, name, obj, skip, options): - """Method to override default autodoc skip call. Ensures class constructor (e.g., __init__()) methods are included - regardless of if private methods are included in the documentation generally. + """Method to override default autodoc skip call. Ensures class constructor + (e.g., __init__()) methods are included regardless of if private methods + are included in the documentation generally. """ if name == "__init__": return False