Skip to content

Commit

Permalink
Bump version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Feb 6, 2023
1 parent 2a4d393 commit fdc1b9d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: black

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"Sphinx>=4.0.0",
"Sphinx>=4.2.0,<6",
"pydata-sphinx-theme==0.9.0",
"Jinja2>=3.1.2",
]
Expand Down
2 changes: 1 addition & 1 deletion src/ansys_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from ansys_sphinx_theme.latex import generate_404 # noqa: F401

__version__ = "0.8.1"
__version__ = "0.8.2"

# get location of this directory
_this_path = os.path.dirname(os.path.realpath(__file__))
Expand Down
2 changes: 0 additions & 2 deletions src/ansys_sphinx_theme/_templates/autosummary/class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
.. autosummary::
:toctree:
{% for item in attributes %}
{% if item.0 != item.upper().0 %}
{{ name }}.{{ item }}
{% endif %}
{%- endfor %}
{% endif %}
{% endblock %}

0 comments on commit fdc1b9d

Please sign in to comment.