Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/codespaces-dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ansys-dpf-core==0.13.6
ansys-tools-visualization-interface==0.8.3
ansys-tools-visualization-interface==0.9.1
autopep8==2.3.2
matplotlib==3.10.1
pandas==2.2.3
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/codespaces-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansys-dpf-core==0.13.6
ansys-mapdl-reader==0.54.2
ansys-sphinx-theme==1.4.2
ansys-tools-visualization-interface==0.8.3
ansys-mapdl-reader==0.55.0
ansys-sphinx-theme==1.4.4
ansys-tools-visualization-interface==0.9.1
grpcio==1.70.0
imageio-ffmpeg==0.6.0
imageio==2.37.0
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer-local/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

ansys-dpf-core==0.13.6
ansys-mapdl-reader==0.54.2
ansys-sphinx-theme==1.4.2
ansys-tools-visualization-interface==0.8.3
ansys-mapdl-reader==0.55.0
ansys-sphinx-theme==1.4.4
ansys-tools-visualization-interface==0.9.1
autopep8==2.3.2
grpcio==1.70.0
imageio-ffmpeg==0.6.0
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ jobs:
- name: "Install docs build requirements"
shell: bash
run: |
pip uninstall ansys-sphinx-theme
pip install .[doc]

- name: "Waiting for the services to be up"
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3904.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: update ansys-sphinx-theme version to 1.4.4 in requirements files
4 changes: 2 additions & 2 deletions doc/source/examples/extended_examples/gui/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ aiosignal==1.3.1
ansys-api-mapdl==0.5.2
ansys-api-platform-instancemanagement==1.1.0
ansys-mapdl-core==0.68.6
ansys-mapdl-reader==0.54.1
ansys-mapdl-reader==0.55.0
ansys-math-core==0.2.0
ansys-platform-instancemanagement==1.1.2
ansys-tools-path==0.7.0
ansys-tools-visualization-interface==0.5.0
ansys-tools-visualization-interface==0.9.1
appdirs==1.4.4
attrs==24.2.0
certifi==2024.8.30
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansys-api-mapdl==0.5.2
ansys-api-platform-instancemanagement==1.0.0
ansys-mapdl-core==0.68.1
ansys-mapdl-reader==0.53.0
ansys-mapdl-reader==0.55.0
ansys-math-core==0.1.3
ansys-platform-instancemanagement==1.1.2
ansys-tools-path==0.4.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ tests = [
doc = [
"ansys-dpf-core==0.13.6",
"ansys-mapdl-reader==0.55.0",
"ansys-sphinx-theme==1.4.2",
"ansys-sphinx-theme==1.4.4",
"ansys-tools-visualization-interface==0.9.1",
"grpcio==1.70.0",
"imageio-ffmpeg==0.6.0",
Expand Down
Loading