From 5901291d3f8b7fa13cc5c3aee4f034c8c3471226 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Fri, 4 Nov 2016 15:37:46 -0700 Subject: [PATCH] Remove nested parse --- autoapi/templates/python/class.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 %}