mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-06 09:20:27 +00:00
Merge pull request #51 from rtfd/fix-list-styling
.NET template output breaks definition lists on listing pages
This commit is contained in:
commit
264cfcbf45
@ -49,6 +49,8 @@
|
|||||||
{% macro render() %}{{ obj_item.summary }}{% endmacro %}
|
{% macro render() %}{{ obj_item.summary }}{% endmacro %}
|
||||||
|
|
||||||
{{ obj_item.type }} :dn:{{ obj_item.ref_directive }}:`{{ obj_item.ref_name }}`
|
{{ obj_item.type }} :dn:{{ obj_item.ref_directive }}:`{{ obj_item.ref_name }}`
|
||||||
|
.. object: type={{ obj_item.type }} name={{ obj_item.ref_name }}
|
||||||
|
|
||||||
{{ render()|indent(8) }}
|
{{ render()|indent(8) }}
|
||||||
|
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user