Skip to content

Commit 4395f5d

Browse files
committed
Remove superfluous flag in SPHINXOPTS, shorten step name
1 parent 733e2c9 commit 4395f5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: xvfb-run make -C Doc/ PYTHON=../python SPHINXERRORHANDLING="--fail-on-warning" doctest
105105

106106
epubcheck:
107-
name: 'Docs EPUB check'
107+
name: 'EPUB check'
108108
runs-on: ubuntu-latest
109109
timeout-minutes: 40
110110
steps:
@@ -130,7 +130,7 @@ jobs:
130130
continue-on-error: true
131131
run: |
132132
set -Eeuo pipefail
133-
make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet --fail-on-warning" epub
133+
make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet" epub
134134
pip install epubcheck
135135
epubcheck Doc/build/epub/Python.epub &> Doc/epubcheck.txt
136136
- name: 'Check for FATAL errors in EPUB'

0 commit comments

Comments
 (0)