From f40814c85007d047bac5d650231f949a8d26fea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= Date: Mon, 22 Sep 2025 09:59:30 +0200 Subject: [PATCH 1/2] CI: Revert temporary doc build fix --- .github/workflows/ci_cd.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 5b2c78c4c04..580ed767687 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -115,17 +115,10 @@ jobs: runs-on: ubuntu-latest needs: [doc-style] steps: - - name: Temporary handle broken package dependencies - shell: bash - run: | - sudo apt-get update - sudo apt-get --fix-broken install -y - sudo apt-get install -y graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra - - name: Documentation build uses: ansys/actions/doc-build@e0de7dd89b2a4c100f74327666d5521cfda17950 # v10.1.1 with: - # dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra" + dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra" python-version: ${{ env.MAIN_PYTHON_VERSION }} sphinxopts: '-j auto --color -w build_errors.txt' check-links: false From 041f68a711bcc14351196a8d31ea567a9e92f0a5 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:03:17 +0000 Subject: [PATCH 2/2] chore: adding changelog file 6673.maintenance.md [dependabot-skip] --- doc/changelog.d/6673.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/6673.maintenance.md diff --git a/doc/changelog.d/6673.maintenance.md b/doc/changelog.d/6673.maintenance.md new file mode 100644 index 00000000000..22ce8a6b583 --- /dev/null +++ b/doc/changelog.d/6673.maintenance.md @@ -0,0 +1 @@ +Revert temporary doc build fix