We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61320f commit 903df78Copy full SHA for 903df78
doc/changelog.d/630.miscellaneous.md
@@ -0,0 +1 @@
1
+fix: typo in autoapi template
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/_templates/autoapi/python/class.rst
@@ -19,16 +19,16 @@
19
20
{# ----------------- Start macros definition for autosummary -----------------#}
21
22
-{% macro render_autosummary_section(title, members) -%}
+{% macro autosummary_section(title, members) -%}
23
24
{{ title }}
25
{{ "-" * title | length }}
26
27
.. autoapisummary::
28
29
- {% for member in members %}
+ {% for member in members %}
30
{{ member.id }}
31
- {% endfor %}
+ {% endfor %}
32
33
{%- endmacro %}
34
{# ------------------ End macros definition for autosummary --------------- #}
0 commit comments