From f01196a2a063a6cd5974c8f11d35d19c251c8d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 04:32:15 +0000 Subject: [PATCH 1/3] Bump sphinx from 7.1.0 to 8.0.2 in /requirements Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.0 to 8.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.1.0...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/requirements_docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 6e960e9bf5b..54943f897b1 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -7,7 +7,7 @@ nbsphinx==0.9.5 pypandoc==1.13 pytest-sphinx==0.6.3 pyvista==0.44.1 -sphinx==7.1.0 +sphinx==8.0.2 sphinx-copybutton==0.5.2 sphinx-gallery==0.17.1 sphinx-notfound-page==1.0.4 From 0ff19c75f303b1d409341e44277fe8bfd7883e99 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:09:49 +0200 Subject: [PATCH 2/3] Build doc with Python 3.10 --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 242cfcaadfd..d98f2eac52a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -7,7 +7,7 @@ on: python_version: required: false type: string - default: "3.9" + default: "3.10" ANSYS_VERSION: required: false type: string @@ -29,7 +29,7 @@ on: description: "Python interpreter" required: true type: string - default: "3.9" + default: "3.10" ANSYS_VERSION: description: "ANSYS version" required: true From e65422a99f1ff895c82d9e9616299c0ccee18fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADnez?= <28702884+jorgepiloto@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:25:35 +0100 Subject: [PATCH 3/3] chore: update Sphinx version to latest one --- requirements/requirements_docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 54943f897b1..113b79ebabe 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -7,7 +7,7 @@ nbsphinx==0.9.5 pypandoc==1.13 pytest-sphinx==0.6.3 pyvista==0.44.1 -sphinx==8.0.2 +sphinx==8.1.3 sphinx-copybutton==0.5.2 sphinx-gallery==0.17.1 sphinx-notfound-page==1.0.4