[doc] ci: run CI build with spell check

This commit is contained in:
Quantum 2021-09-01 19:15:35 -04:00 committed by Geoffrey McRae
parent 753b44e34f
commit 49725c9ea4

View File

@ -163,7 +163,8 @@ jobs:
- name: Install docs dependencies - name: Install docs dependencies
run: | run: |
sudo apt-get install python3-sphinx sudo apt-get install python3-sphinx
sudo pip3 install sphinxcontrib-spelling
- name: Build docs - name: Build docs
run: | run: |
cd doc cd doc
make dirhtml -j$(nproc) make dirhtml SPHINXOPTS='-b spelling -W' -j$(nproc)