From 95f87503db3728dcd75061d67937610a1aa8ceb7 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 3 Jul 2023 09:36:21 +0200 Subject: [PATCH 1/2] cicd: dependabot group deps bump --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8371889a..0a2e1f37 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,11 +3,18 @@ updates: - package-ecosystem: "pip" directory: "/" insecure-external-code-execution: allow - open-pull-requests-limit: 15 schedule: interval: "daily" + groups: + deps: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + groups: + actions: + patterns: + - "*" From f6438ca9230635f34cbc931dabde175777317a31 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 3 Jul 2023 09:44:34 +0200 Subject: [PATCH 2/2] fix: broken links --- doc/source/api.rst | 2 +- doc/source/examples.rst | 2 +- doc/source/index.rst | 2 +- doc/source/user_guide.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/api.rst b/doc/source/api.rst index b6eb75c0..87ffef13 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -76,7 +76,7 @@ PyAnsys packages API reference .. grid-item-card:: PyMAPDL Reader :img-top: _static/thumbnails/pymapdl.png - :link: https://reader.docs.pyansys.com/api/index.html + :link: https://reader.docs.pyansys.com/version/stable/api/index.html :text-align: center :class-title: pyansys-card-title diff --git a/doc/source/examples.rst b/doc/source/examples.rst index e3df88b9..5b160a08 100644 --- a/doc/source/examples.rst +++ b/doc/source/examples.rst @@ -65,7 +65,7 @@ PyAnsys packages examples .. grid-item-card:: PyMAPDL Reader :img-top: _static/thumbnails/pymapdl.png - :link: https://reader.docs.pyansys.com/examples/index.html + :link: https://reader.docs.pyansys.com/version/stable/examples/index.html :text-align: center :class-title: pyansys-card-title diff --git a/doc/source/index.rst b/doc/source/index.rst index 4b6501b2..bb589de5 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -90,7 +90,7 @@ it is now a collection of many Python packages for using Ansys products through .. grid-item-card:: PyMAPDL Reader :img-top: _static/thumbnails/pymapdl.png - :link: https://reader.docs.pyansys.com/ + :link: https://reader.docs.pyansys.com/version/stable :text-align: center :class-title: pyansys-card-title diff --git a/doc/source/user_guide.rst b/doc/source/user_guide.rst index 55b50737..703dd80c 100644 --- a/doc/source/user_guide.rst +++ b/doc/source/user_guide.rst @@ -68,7 +68,7 @@ PyAnsys packages user guides .. grid-item-card:: PyMAPDL Reader :img-top: _static/thumbnails/pymapdl.png - :link: https://reader.docs.pyansys.com/user_guide/index.html + :link: https://reader.docs.pyansys.com/version/stable/user_guide/index.html :text-align: center :class-title: pyansys-card-title