diff --git a/autoapi/templates/python/class.rst b/autoapi/templates/python/class.rst index 29f1680..4e2e95d 100644 --- a/autoapi/templates/python/class.rst +++ b/autoapi/templates/python/class.rst @@ -2,9 +2,7 @@ {%- if obj.docstring %} - .. autoapi-nested-parse:: - - {{ obj.docstring|prepare_docstring|indent(6) }} + {{ obj.docstring|prepare_docstring|indent(3) }} {% endif %}