Skip to content

Commit 86f4029

Browse files
jorgepilotoRevathyvenugopal162
authored andcommitted
ver: bump version 0.11.1
1 parent 557624f commit 86f4029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ansys_sphinx_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from ansys_sphinx_theme.extension.linkcode import DOMAIN_KEYS, sphinx_linkcode_resolve
1212
from ansys_sphinx_theme.latex import generate_404 # noqa: F401
1313

14-
__version__ = "0.11.0"
14+
__version__ = "0.11.1"
1515

1616

1717
# Declare the fundamental paths of the theme

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Summary
174174
{% endif %}
175175

176176
{% if visible_exceptions %}
177-
{{ toctree_from_objects_list(visible_exceptions, "") }}
177+
{{ toctree_from_objects_list(visible_exceptions, "🗲") }}
178178
{% endif %}
179179
{% endif %}
180180
{% endblock %}

0 commit comments

Comments
 (0)