From 4317f4b0fcd04cae6600ff5be299846426b27470 Mon Sep 17 00:00:00 2001 From: jposada202020 Date: Tue, 27 Apr 2021 16:35:41 -0400 Subject: [PATCH] showing_parameters --- docs/conf.py | 3 --- 1 file changed, 3 deletions(-) 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"]