Skip to content

Commit 5009ba5

Browse files
release: Bump version 1.2.7
1 parent 21918b4 commit 5009ba5

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ repos:
1111
rev: v2.3.0
1212
hooks:
1313
- id: codespell
14+
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt", "-w"]
1415

1516
- repo: https://github.com/pre-commit/mirrors-prettier
1617
rev: 'v4.0.0-alpha.8'

doc/changelog.d/612.maintenance.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: astroid version

doc/styles/config/vocabularies/ANSYS/accept.txt

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ Chris
2323
Sewell
2424
(?i)Sphinx-Gallery
2525
(?i)favicon
26+
astroid

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-sphinx-theme"
8-
version = "1.2.6"
8+
version = "1.2.7"
99
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
1010
readme = "README.rst"
1111
requires-python = ">=3.10,<4"
@@ -35,6 +35,7 @@ autoapi = [
3535
"sphinx-autoapi==3.3.3",
3636
"sphinx-design==0.6.1",
3737
"sphinx-jinja==2.0.2",
38+
"astroid>=3.0,<4.0",
3839
]
3940
doc = [
4041
"jupytext==1.16.4",

0 commit comments

Comments
 (0)