From 4cb97b91b2dc6e26169de377fcdc121186830937 Mon Sep 17 00:00:00 2001 From: silviana amethyst <1388063+ofloveandhate@users.noreply.github.com> Date: Sun, 17 May 2026 10:08:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20fix=20docs=20workflow=20?= =?UTF-8?q?=E2=80=94=20pin=20eigenpy=20and=20enforce=20Sphinx=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c5abb241d..e5fdde3a2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -197,7 +197,7 @@ jobs: python -m pip install --upgrade pip pip install \ sphinx sphinx-rtd-theme sphinxcontrib-bibtex gitpython \ - scikit-build-core build numpy eigenpy + scikit-build-core build numpy eigenpy==3.11.0 - name: Download built wheel uses: actions/download-artifact@v5 @@ -214,8 +214,7 @@ jobs: BERTINI_GIT_SHA: ${{ steps.meta.outputs.sha }} BERTINI_BUILD_DATE: ${{ steps.meta.outputs.date }} run: | - sphinx-build -b html -W --keep-going source ../../site/python || \ - sphinx-build -b html source ../../site/python + sphinx-build -b html -W --keep-going source ../../site/python - name: Add landing page env: