Skip to content

Commit fdc1b9d

Browse files
Bump version 0.8.2
1 parent 2a4d393 commit fdc1b9d

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: black
66

77
- repo: https://github.com/pycqa/isort
8-
rev: 5.10.1
8+
rev: 5.12.0
99
hooks:
1010
- id: isort
1111

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.0.0",
28+
"Sphinx>=4.2.0,<6",
2929
"pydata-sphinx-theme==0.9.0",
3030
"Jinja2>=3.1.2",
3131
]

src/ansys_sphinx_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from ansys_sphinx_theme.latex import generate_404 # noqa: F401
66

7-
__version__ = "0.8.1"
7+
__version__ = "0.8.2"
88

99
# get location of this directory
1010
_this_path = os.path.dirname(os.path.realpath(__file__))

src/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)