Skip to content

Commit 70f248a

Browse files
fix: bump version 1.4.2
1 parent 46a86d9 commit 70f248a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

doc/changelog.d/666.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
autoapi child class template

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1313
name = "ansys-sphinx-theme"
14-
version = "1.4.1"
14+
version = "1.4.2"
1515
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
1616
readme = "README.rst"
1717
requires-python = ">=3.10,<4"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@
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 %}

0 commit comments

Comments
 (0)