Keep nested-parse

This commit is contained in:
Eric Holscher 2016-11-04 15:34:48 -07:00
parent aa06999300
commit 491f8c9065

View File

@ -2,7 +2,9 @@
{%- if obj.docstring %}
{{ obj.docstring|prepare_docstring|indent(3) }}
.. autoapi-nested-parse::
{{ obj.docstring|prepare_docstring|indent(6) }}
{% endif %}