X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/9aa2e277724ad4348761fdf1da38389266d53f70..6e2e96674a45b2939fa6e6614f4e75e43c552b64:/docs/conf.py?ds=inline diff --git a/docs/conf.py b/docs/conf.py index 8ab22c0..02e8c13 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,6 +81,9 @@ default_role = "any" # add_function_parentheses = True +# Generate the class documentation from both the class docstring and the __init__ docstring +autoclass_content = "both" + # The name of the Pygments (syntax highlighting) style to use. pygments_style = "sphinx"