[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 sudo apt-get update
- name: Install docs dependencies - name: Install docs dependencies
run: | run: |
sudo apt-get install python3-sphinx python3-sphinx-rtd-theme sudo apt-get install python3-sphinx python3-sphinx-rtd-theme \
sudo pip3 install sphinxcontrib-spelling python3-sphinxcontrib.spelling
- name: Build docs - name: Build docs
run: | run: |
cd doc cd doc