[github] build: Use debian package for sphinxcontrib-spelling

This commit is contained in:
Jonathan Rubenstein 2023-04-04 17:05:23 +03:00 committed by Geoffrey McRae
parent 4f09d5b771
commit cfef966603

View File

@ -183,8 +183,8 @@ jobs:
sudo apt-get update
- name: Install docs dependencies
run: |
sudo apt-get install python3-sphinx python3-sphinx-rtd-theme
sudo pip3 install sphinxcontrib-spelling
sudo apt-get install python3-sphinx python3-sphinx-rtd-theme \
python3-sphinxcontrib.spelling
- name: Build docs
run: |
cd doc