File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/_templates/autoapi/python Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ fix: typo in autoapi template
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55[project ]
66# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77name = " ansys-sphinx-theme"
8- version = " 1.3.1 "
8+ version = " 1.3.2 "
99description = " A theme devised by ANSYS, Inc. for Sphinx documentation."
1010readme = " README.rst"
1111requires-python = " >=3.10,<4"
Original file line number Diff line number Diff line change 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 --------------- #}
You can’t perform that action at this time.
0 commit comments