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 6a22963 commit 3837b1bCopy full SHA for 3837b1b
1 file changed
.github/workflows/reusable-docs.yml
@@ -75,6 +75,13 @@ jobs:
75
--fail-if-regression \
76
--fail-if-improved \
77
--fail-if-new-news-nit
78
+ - name: 'Build and check EPUB documentation'
79
+ continue-on-error: true
80
+ run: |
81
+ set -Eeuo pipefail
82
+ make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet --fail-on-warning" epub
83
+ pip install epubcheck
84
+ epubcheck build/epub
85
86
# Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release
87
doctest:
0 commit comments