Skip to content

Commit 3837b1b

Browse files
committed
Build and check EPUB documentation
1 parent 6a22963 commit 3837b1b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/reusable-docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ jobs:
7575
--fail-if-regression \
7676
--fail-if-improved \
7777
--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
7885
7986
# Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release
8087
doctest:

0 commit comments

Comments
 (0)