diff --git a/docs/conf.py b/docs/conf.py index 476336d..516748e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,9 +39,6 @@ "CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None), } -# Show the docstring from both the class and its __init__() method. -autoclass_content = "init" - # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]