Skip to content

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
Add ImageMagick
  • Loading branch information
krystofkomanec authored Jan 7, 2025
1 parent 8d23f64 commit d68ea45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
- name: Install ImageMagick
run: |
sudo apt install imagemagick
- name: Run Sphinx
run: |
cd docs
Expand Down

0 comments on commit d68ea45

Please sign in to comment.