We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733e2c9 commit 4395f5dCopy full SHA for 4395f5d
1 file changed
.github/workflows/reusable-docs.yml
@@ -104,7 +104,7 @@ jobs:
104
run: xvfb-run make -C Doc/ PYTHON=../python SPHINXERRORHANDLING="--fail-on-warning" doctest
105
106
epubcheck:
107
- name: 'Docs EPUB check'
+ name: 'EPUB check'
108
runs-on: ubuntu-latest
109
timeout-minutes: 40
110
steps:
@@ -130,7 +130,7 @@ jobs:
130
continue-on-error: true
131
run: |
132
set -Eeuo pipefail
133
- make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet --fail-on-warning" epub
+ make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet" epub
134
pip install epubcheck
135
epubcheck Doc/build/epub/Python.epub &> Doc/epubcheck.txt
136
- name: 'Check for FATAL errors in EPUB'
0 commit comments