Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ansys-dpf-core==0.13.6
ansys-mapdl-reader==0.54.2
ansys-sphinx-theme==1.4.2
ansys-sphinx-theme==1.4.4
ansys-tools-visualization-interface==0.8.3
grpcio==1.70.0
imageio-ffmpeg==0.6.0
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer-local/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-sphinx-theme==1.4.4
ansys-tools-visualization-interface==0.8.3
autopep8==2.3.2
grpcio==1.70.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
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