diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 96c08bbc..df8cffaf 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PyAnsys code style checks - uses: ansys/actions/code-style@v5 + uses: ansys/actions/code-style@v6 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} use-python-cache: false @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PyAnsys documentation style checks - uses: ansys/actions/doc-style@v5 + uses: ansys/actions/doc-style@v6 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/doc/.vale.ini b/doc/.vale.ini index 7ce9bda0..5330e79e 100644 --- a/doc/.vale.ini +++ b/doc/.vale.ini @@ -26,3 +26,4 @@ Vocab = ANSYS # Apply the following styles BasedOnStyles = Vale, Google +Vale.Terms = NO diff --git a/doc/styles/.gitignore b/doc/styles/.gitignore index 080f12aa..35b635bb 100644 --- a/doc/styles/.gitignore +++ b/doc/styles/.gitignore @@ -1,4 +1,6 @@ * -!Vocab -!Vocab/** -!.gitignore \ No newline at end of file +!config +!config/vocabularies +!config/vocabularies/ANSYS +!config/vocabularies/ANSYS/** +!.gitignore diff --git a/doc/styles/Vocab/ANSYS/accept.txt b/doc/styles/config/vocabularies/ANSYS/accept.txt similarity index 100% rename from doc/styles/Vocab/ANSYS/accept.txt rename to doc/styles/config/vocabularies/ANSYS/accept.txt diff --git a/doc/styles/Vocab/ANSYS/reject.txt b/doc/styles/config/vocabularies/ANSYS/reject.txt similarity index 100% rename from doc/styles/Vocab/ANSYS/reject.txt rename to doc/styles/config/vocabularies/ANSYS/reject.txt