Skip to content

Commit 903df78

Browse files
fix: typo in autoapi template (#630)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent c61320f commit 903df78

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: typo in autoapi template

src/ansys_sphinx_theme/theme/ansys_sphinx_theme/_templates/autoapi/python/class.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919

2020
{# ----------------- Start macros definition for autosummary -----------------#}
2121

22-
{% macro render_autosummary_section(title, members) -%}
22+
{% macro autosummary_section(title, members) -%}
2323

2424
{{ title }}
2525
{{ "-" * title | length }}
2626

2727
.. autoapisummary::
2828

29-
{% for member in members %}
29+
{% for member in members %}
3030
{{ member.id }}
31-
{% endfor %}
31+
{% endfor %}
3232

3333
{%- endmacro %}
3434
{# ------------------ End macros definition for autosummary --------------- #}

0 commit comments

Comments
 (0)