Skip to content
Merged
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
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
Loading