Skip to content

Commit c0428b5

Browse files
Update the templates (#193)
undefined
1 parent 21f74e4 commit c0428b5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3",
2626
]
2727
dependencies = [
28-
"Sphinx>=4.2.0",
28+
"Sphinx>=4.2.0,<6",
2929
"pydata-sphinx-theme==0.12.0",
3030
"Jinja2>=3.1.2",
3131
]

src/ansys_sphinx_theme/theme/ansys_sphinx_theme/_templates/autosummary/class.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
.. autosummary::
2727
:toctree:
2828
{% for item in attributes %}
29-
{% if item.0 != item.upper().0 %}
3029
{{ name }}.{{ item }}
31-
{% endif %}
3230
{%- endfor %}
3331
{% endif %}
3432
{% endblock %}

0 commit comments

Comments
 (0)