X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/1878f48b81f617070a235c3b51a382e8d1429af7..28686ef9af67e36654eb24c3111dadb48f4c4357:/docs/conf.py?ds=sidebyside 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"