diff --git a/.devcontainer/codespaces-dev/requirements.txt b/.devcontainer/codespaces-dev/requirements.txt index de54c39215e..033b5f3e192 100644 --- a/.devcontainer/codespaces-dev/requirements.txt +++ b/.devcontainer/codespaces-dev/requirements.txt @@ -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 diff --git a/.devcontainer/codespaces-docs/requirements.txt b/.devcontainer/codespaces-docs/requirements.txt index bdde92bf283..0c60603f041 100644 --- a/.devcontainer/codespaces-docs/requirements.txt +++ b/.devcontainer/codespaces-docs/requirements.txt @@ -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 diff --git a/.devcontainer/devcontainer-local/requirements.txt b/.devcontainer/devcontainer-local/requirements.txt index fccb7aabc6c..5fc7d3d4db7 100644 --- a/.devcontainer/devcontainer-local/requirements.txt +++ b/.devcontainer/devcontainer-local/requirements.txt @@ -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 diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index ddbe9c2715f..6ed0048aa97 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -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" diff --git a/doc/changelog.d/3904.fixed.md b/doc/changelog.d/3904.fixed.md new file mode 100644 index 00000000000..abbbb20f75b --- /dev/null +++ b/doc/changelog.d/3904.fixed.md @@ -0,0 +1 @@ +fix: update ansys-sphinx-theme version to 1.4.4 in requirements files \ No newline at end of file diff --git a/doc/source/examples/extended_examples/gui/requirements.txt b/doc/source/examples/extended_examples/gui/requirements.txt index 88a6485e96f..522068429c0 100644 --- a/doc/source/examples/extended_examples/gui/requirements.txt +++ b/doc/source/examples/extended_examples/gui/requirements.txt @@ -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 diff --git a/doc/source/examples/extended_examples/hpc/requirements.txt b/doc/source/examples/extended_examples/hpc/requirements.txt index 59908dd907b..909d10ff796 100644 --- a/doc/source/examples/extended_examples/hpc/requirements.txt +++ b/doc/source/examples/extended_examples/hpc/requirements.txt @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 43b00bccf40..ee31d1adc2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",