Skip to content

Commit

Permalink
release: Bump version 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Feb 4, 2025
1 parent 21918b4 commit 5009ba5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt", "-w"]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v4.0.0-alpha.8'
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/612.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: astroid version
1 change: 1 addition & 0 deletions doc/styles/config/vocabularies/ANSYS/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Chris
Sewell
(?i)Sphinx-Gallery
(?i)favicon
astroid
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "ansys-sphinx-theme"
version = "1.2.6"
version = "1.2.7"
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
readme = "README.rst"
requires-python = ">=3.10,<4"
Expand Down Expand Up @@ -35,6 +35,7 @@ autoapi = [
"sphinx-autoapi==3.3.3",
"sphinx-design==0.6.1",
"sphinx-jinja==2.0.2",
"astroid>=3.0,<4.0",
]
doc = [
"jupytext==1.16.4",
Expand Down

0 comments on commit 5009ba5

Please sign in to comment.