Skip to content

Commit dcd6d8c

Browse files
VER : version 0.9.5
1 parent dba074a commit dcd6d8c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci_cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: "Run PyAnsys code style checks"
27-
uses: pyansys/actions/code-style@v3
27+
uses: pyansys/actions/code-style@v4
2828
with:
2929
python-version: ${{ env.MAIN_PYTHON_VERSION }}
3030

@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: "Run Ansys documentation style checks"
36-
uses: pyansys/actions/doc-style@v3
36+
uses: pyansys/actions/doc-style@v4
3737
with:
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939

@@ -43,7 +43,7 @@ jobs:
4343
needs: doc-style
4444
steps:
4545
- name: "Run Ansys documentation building action"
46-
uses: pyansys/actions/doc-build@v3
46+
uses: pyansys/actions/doc-build@v4
4747
with:
4848
python-version: ${{ env.MAIN_PYTHON_VERSION }}
4949

@@ -54,7 +54,7 @@ jobs:
5454
needs: build-library
5555
steps:
5656
- name: "Deploy developers documentation"
57-
uses: pyansys/actions/doc-deploy-dev@v3
57+
uses: pyansys/actions/doc-deploy-dev@v4
5858
with:
5959
cname: ${{ env.DOCUMENTATION_CNAME }}
6060
token: ${{ secrets.GITHUB_TOKEN }}
@@ -66,7 +66,7 @@ jobs:
6666
needs: release
6767
steps:
6868
- name: "Deploy stable documentation"
69-
uses: pyansys/actions/doc-deploy-stable@v3
69+
uses: pyansys/actions/doc-deploy-stable@v4
7070
with:
7171
cname: ${{ env.DOCUMENTATION_CNAME }}
7272
token: ${{ secrets.GITHUB_TOKEN }}
@@ -78,7 +78,7 @@ jobs:
7878
needs: [doc-build, code-style]
7979
steps:
8080
- name: "Build library source and wheel artifacts"
81-
uses: pyansys/actions/build-library@v3
81+
uses: pyansys/actions/build-library@v4
8282
with:
8383
library-name: ${{ env.PACKAGE_NAME }}
8484

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
],
6363
"switcher": {
64-
"json_url": f"https://{cname}/release/versions.json",
64+
"json_url": f"https://{cname}/versions.json",
6565
"version_match": get_version_match(__version__),
6666
},
6767
"use_meilisearch": {

src/ansys_sphinx_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from ansys_sphinx_theme.latex import generate_404 # noqa: F401
88

9-
__version__ = "0.9.4"
9+
__version__ = "0.9.5"
1010

1111

1212
# Declare the fundamental paths of the theme

0 commit comments

Comments
 (0)