mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[github] build: Use debian package for sphinxcontrib-spelling
This commit is contained in:
parent
4f09d5b771
commit
cfef966603
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user