Skip to content

Commit d283386

Browse files
MAINT: Update vale version 3.1.0 (#613)
Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent bc5f214 commit d283386

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

.github/workflows/ci_cd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
uses: ansys/actions/doc-style@v5
5656
with:
5757
token: ${{ secrets.GITHUB_TOKEN }}
58+
vale-version: "3.1.0"
5859

5960
smoke-tests:
6061
name: Build and Smoke tests

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee
1313
- Add logo for dark theme ([#601](https://github.com/ansys/pymechanical/pull/601))
1414

1515
### Changed
16-
- Update ``pre-commit`` ([#610](https://github.com/ansys/pymechanical/pull/610))
16+
- Update ``pre-commit`` ([#610](https://github.com/ansys/pymechanical/pull/610))
17+
- Update vale version to 3.1.0 ([#613](https://github.com/ansys/pymechanical/pull/613))
1718

1819
### Dependencies
1920
- Bump `plotly` from 5.18.0 to 5.19.0 ([#605](https://github.com/ansys/pymechanical/pull/605))

doc/.vale.ini

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Vocab = ANSYS
2525
# Apply the following styles
2626
[*.{rst}]
2727
BasedOnStyles = Vale, Google
28+
Vale.Terms = NO
2829

2930
# By default, `class` and `func` are ignored
3031
TokenIgnores = (:class:`.*`|:func:`.*`)

doc/styles/.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
*
2-
!Vocab
3-
!Vocab/**
2+
!vocabularies
3+
!vocabularies/**
44
!.gitignore

0 commit comments

Comments
 (0)