diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index df8cffaf..d6bbf5de 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -16,10 +16,8 @@ env: PYMECHANICAL_PORT: 10000 # default won't work on GitHub runners PYMECHANICAL_START_INSTANCE: FALSE DOCKER_PACKAGE: ghcr.io/ansys/mechanical - DOCKER_IMAGE_VERSION: 24.1.0 + DOCKER_IMAGE_VERSION: 24.2.0 DOCKER_MECH_CONTAINER_NAME: mechanical - PACKAGE_NAME: ansys-mechanical-core - PACKAGE_NAMESPACE: ansys.mechanical.core concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/ci_cd_nightly.yml b/.github/workflows/ci_cd_nightly.yml index 95c83d5e..68913beb 100644 --- a/.github/workflows/ci_cd_nightly.yml +++ b/.github/workflows/ci_cd_nightly.yml @@ -10,10 +10,8 @@ env: PYMECHANICAL_PORT: 10000 # default won't work on GitHub runners PYMECHANICAL_START_INSTANCE: FALSE DOCKER_PACKAGE: ghcr.io/ansys/mechanical - DOCKER_IMAGE_VERSION: 24.2.0 + DOCKER_IMAGE_VERSION: 25.1.0 DOCKER_MECH_CONTAINER_NAME: mechanical - PACKAGE_NAME: ansys-mechanical-core - PACKAGE_NAMESPACE: ansys.mechanical.core concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/doc/source/conf.py b/doc/source/conf.py index 03e02524..5a854b78 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -196,6 +196,12 @@ "icon": "fa fa-comment fa-fw", }, ], + "cheatsheet": { + "url": "https://cheatsheets.docs.pyansys.com/pymechanical_cheat_sheet.pdf", + "title": "PyMechanical cheat sheet", + "thumbnail": "https://cheatsheets.docs.pyansys.com/pymechanical_cheat_sheet.png", + "needs_download": True, + }, } # -- Options for HTMLHelp output --------------------------------------------- diff --git a/requirements/requirements_doc.txt b/requirements/requirements_doc.txt index fd883404..2a186820 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -1,29 +1,2 @@ #PyMechanical -ansys-mechanical-core==0.11.1 - -# Documentation dependencies -ansys-sphinx-theme==0.16.6 -grpcio==1.64.1 -imageio==2.34.2 -imageio-ffmpeg==0.5.1 -jupyter_sphinx==0.5.3 -jupyterlab>=3.2.8 -matplotlib==3.9.0 -numpy==1.26.4 -numpydoc==1.7.0 -pandas==2.2.2 -panel==1.4.4 -plotly==5.22.0 -pypandoc==1.13 -pytest-sphinx==0.6.3 -pythreejs==2.4.2 -pyvista==0.44.0 -sphinx_design==0.6.0 -Sphinx==7.3.7 -sphinx-autobuild==2024.4.16 -sphinx-autodoc-typehints==2.1.1 -sphinxcontrib-websupport==1.2.7 -sphinx-copybutton==0.5.2 -sphinxemoji==0.3.1 -sphinx-gallery==0.16.0 -sphinx-notfound-page==1.0.2 +ansys-mechanical-core[doc]==0.11.1