Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: update for 24R2 #250

Merged
merged 4 commits into from
Jul 15, 2024
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
4 changes: 1 addition & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ci_cd_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 6 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------
Expand Down
29 changes: 1 addition & 28 deletions requirements/requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -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
Loading