Skip to content

Commit 58fa746

Browse files
committed
Merge branch 'main' into release/2025.1
2 parents 87f32cb + fbf756a commit 58fa746

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/update-gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sed -i 's/src="\([^:"]*\)"/src="version\/dev\/\1"/g' index.html
5050
# Update JS variables pointing to static values
5151
sed -i 's|const SEARCH_FILE = ".*_static/search.json";|const SEARCH_FILE = "version/dev/_static/search.json";|g' index.html
52-
sed -i 's|const PROJECTS_FILE = ".*_static/projects.json";|const PROJECTS_FILE = "version/dev/_static/projects.json";|g' index.html
52+
sed -i 's|const PROJECTS_FILE = "_static/projects.json"|const PROJECTS_FILE = "version/dev/_static/projects.json"|' index.html
5353
# Replace "version/stable" with "version/dev" in the sitemap.xml
5454
sed -i 's/version\/stable/version\/dev/g' sitemap.xml
5555

doc/source/_templates/landing_page_sidebar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
</div>
2020

2121
<script>
22-
const PROJECTS_FILE = "{{ pathto('_static/projects.json', 1) }}"
22+
const PROJECTS_FILE = "{{ pathto('_static/projects.json', 1) }}";
2323
</script>
2424
<script src="{{ pathto('_static/js/landing_page.js', 1) }}"></script>

projects.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ projects:
88
family: Structures
99
tags: [Flagship, Composites]
1010
documentation:
11-
base: https://acp.docs.pyansys.com/version/dev
12-
user_guide: https://acp.docs.pyansys.com/version/dev/user_guide/index.html
13-
examples: https://acp.docs.pyansys.com/version/dev/examples/index.html
14-
api: https://acp.docs.pyansys.com/version/dev/api/index.html
11+
base: https://acp.docs.pyansys.com/version/stable
12+
user_guide: https://acp.docs.pyansys.com/version/stable/user_guide/index.html
13+
examples: https://acp.docs.pyansys.com/version/stable/examples/index.html
14+
api: https://acp.docs.pyansys.com/version/stable/api/index.html
1515

1616
pyadditive:
1717
name: PyAdditive

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ dependencies = [
3535
"ansys-dynamicreporting-core==0.9.0",
3636
"ansys-edb-core==0.1.9",
3737
"ansys-fluent-core==0.28.2",
38-
"ansys-geometry-core==0.7.6",
38+
"ansys-geometry-core==0.8.1",
3939
"ansys-hps-client==0.9.1",
4040
"ansys-mapdl-core==0.68.6",
4141
"ansys-math-core==0.2.0",
42-
"ansys-mechanical-core==0.11.11",
42+
"ansys-mechanical-core==0.11.12",
4343
"ansys-meshing-prime==0.7.0",
4444
"ansys-modelcenter-workflow==0.1.1",
4545
"ansys-motorcad-core==0.7.0",
@@ -54,7 +54,7 @@ dependencies = [
5454
"ansys-systemcoupling-core==0.8.0",
5555
"ansys-turbogrid-core==0.4.1",
5656
"ansys-workbench-core==0.7.0",
57-
"pyaedt==0.13.0",
57+
"pyaedt==0.13.1",
5858
"pyedb==0.34.3",
5959
"pygranta==2025.1.0",
6060
"pytwin==0.7.0",
@@ -69,7 +69,7 @@ tools = [
6969
"ansys-tools-local-product-launcher==0.1.1",
7070
"ansys-tools-path==0.7.1",
7171
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
72-
"ansys-tools-visualization-interface==0.7.0",
72+
"ansys-tools-visualization-interface==0.8.1",
7373
"ansys-units==0.3.4",
7474
"pyansys-tools-report==0.8.1",
7575
"pyansys-tools-versioning==0.6.0",
@@ -86,7 +86,7 @@ all = [
8686
"ansys-tools-local-product-launcher==0.1.1",
8787
"ansys-tools-path==0.7.1",
8888
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
89-
"ansys-tools-visualization-interface==0.7.0",
89+
"ansys-tools-visualization-interface==0.8.1",
9090
"ansys-units==0.3.4",
9191
"pyansys-tools-report==0.8.1",
9292
"pyansys-tools-versioning==0.6.0",

0 commit comments

Comments
 (0)