Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 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
6 changes: 3 additions & 3 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
description: |
Whether to build the cheatsheet. Default is "false".
required: false
default: true
default: false
type: boolean

use_cache_examples:
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true
version: 1.6.43
version: 1.7.32

- name: Check Quarto Version
if: ${{ inputs.build_cheatsheet }}
Expand All @@ -227,7 +227,7 @@ jobs:
shell: bash
run: |
export PYTHONFAULTHANDLER=1
xvfb-run make -C doc ${{ inputs.builder }} SPHINXOPTS="-j auto -W --keep-going"
xvfb-run make -C doc ${{ inputs.builder }} SPHINXOPTS="-j auto -W --keep-going" | tee doc_build.log

- name: "Substitute defective GIF"
shell: bash
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/4062.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix: quarto doc build
Loading