Skip to content

Commit a269e75

Browse files
authored
fix: update ansys-sphinx-theme version to 1.4.4 in requirements files (#3904)
1 parent 639afee commit a269e75

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.devcontainer/codespaces-dev/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ansys-dpf-core==0.13.6
2-
ansys-tools-visualization-interface==0.8.3
2+
ansys-tools-visualization-interface==0.9.1
33
autopep8==2.3.2
44
matplotlib==3.10.1
55
pandas==2.2.3

.devcontainer/codespaces-docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ansys-dpf-core==0.13.6
2-
ansys-mapdl-reader==0.54.2
3-
ansys-sphinx-theme==1.4.2
4-
ansys-tools-visualization-interface==0.8.3
2+
ansys-mapdl-reader==0.55.0
3+
ansys-sphinx-theme==1.4.4
4+
ansys-tools-visualization-interface==0.9.1
55
grpcio==1.70.0
66
imageio-ffmpeg==0.6.0
77
imageio==2.37.0

.devcontainer/devcontainer-local/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
ansys-dpf-core==0.13.6
3-
ansys-mapdl-reader==0.54.2
4-
ansys-sphinx-theme==1.4.2
5-
ansys-tools-visualization-interface==0.8.3
3+
ansys-mapdl-reader==0.55.0
4+
ansys-sphinx-theme==1.4.4
5+
ansys-tools-visualization-interface==0.9.1
66
autopep8==2.3.2
77
grpcio==1.70.0
88
imageio-ffmpeg==0.6.0

.github/workflows/doc-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ jobs:
195195
- name: "Install docs build requirements"
196196
shell: bash
197197
run: |
198-
pip uninstall ansys-sphinx-theme
199198
pip install .[doc]
200199
201200
- name: "Waiting for the services to be up"

doc/changelog.d/3904.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: update ansys-sphinx-theme version to 1.4.4 in requirements files

doc/source/examples/extended_examples/gui/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ aiosignal==1.3.1
44
ansys-api-mapdl==0.5.2
55
ansys-api-platform-instancemanagement==1.1.0
66
ansys-mapdl-core==0.68.6
7-
ansys-mapdl-reader==0.54.1
7+
ansys-mapdl-reader==0.55.0
88
ansys-math-core==0.2.0
99
ansys-platform-instancemanagement==1.1.2
1010
ansys-tools-path==0.7.0
11-
ansys-tools-visualization-interface==0.5.0
11+
ansys-tools-visualization-interface==0.9.1
1212
appdirs==1.4.4
1313
attrs==24.2.0
1414
certifi==2024.8.30

doc/source/examples/extended_examples/hpc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ansys-api-mapdl==0.5.2
22
ansys-api-platform-instancemanagement==1.0.0
33
ansys-mapdl-core==0.68.1
4-
ansys-mapdl-reader==0.53.0
4+
ansys-mapdl-reader==0.55.0
55
ansys-math-core==0.1.3
66
ansys-platform-instancemanagement==1.1.2
77
ansys-tools-path==0.4.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ tests = [
8888
doc = [
8989
"ansys-dpf-core==0.13.6",
9090
"ansys-mapdl-reader==0.55.0",
91-
"ansys-sphinx-theme==1.4.2",
91+
"ansys-sphinx-theme==1.4.4",
9292
"ansys-tools-visualization-interface==0.9.1",
9393
"grpcio==1.70.0",
9494
"imageio-ffmpeg==0.6.0",

0 commit comments

Comments
 (0)