File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/_templates/autoapi/python Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ autoapi child class template
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ theme-name = "ansys_sphinx_theme"
1111[project ]
1212# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
1313name = " ansys-sphinx-theme"
14- version = " 1.4.1 "
14+ version = " 1.4.2 "
1515description = " A theme devised by ANSYS, Inc. for Sphinx documentation."
1616readme = " README.rst"
1717requires-python = " >=3.10,<4"
Original file line number Diff line number Diff line change 6060 :hidden:
6161
6262 {% for child in own_page_children %}
63- {{ child.include_path }}
63+ {{ child.short_name }}<{{ child. include_path }}>
6464 {% endfor %}
6565
6666 {% endif %}
67+
6768.. py :{{ obj.type }} :: {% if is_own_page % }{{ obj.id }}{% else % }{{ obj.short_name }}{% endif % }{% if obj.args % }({{ obj.args }}){% endif % }
6869
6970 {% for (args, return_annotation) in obj.overloads %}
You can’t perform that action at this time.
0 commit comments