File tree 3 files changed +5
-4
lines changed
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/_templates/autoapi/python
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"
5
5
[project ]
6
6
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7
7
name = " ansys-sphinx-theme"
8
- version = " 1.3.1 "
8
+ version = " 1.3.2 "
9
9
description = " A theme devised by ANSYS, Inc. for Sphinx documentation."
10
10
readme = " README.rst"
11
11
requires-python = " >=3.10,<4"
Original file line number Diff line number Diff line change 19
19
20
20
{# ----------------- Start macros definition for autosummary -----------------#}
21
21
22
- {% macro render_autosummary_section (title, members) -%}
22
+ {% macro autosummary_section (title, members) -%}
23
23
24
24
{{ title }}
25
25
{{ "-" * title | length }}
26
26
27
27
.. autoapisummary ::
28
28
29
- {% for member in members %}
29
+ {% for member in members %}
30
30
{{ member.id }}
31
- {% endfor %}
31
+ {% endfor %}
32
32
33
33
{%- endmacro %}
34
34
{# ------------------ End macros definition for autosummary --------------- #}
You can’t perform that action at this time.
0 commit comments