Skip to content

Commit

Permalink
fix: sphinx requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Jul 19, 2024
1 parent 81af056 commit 2d85221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
# ... installation of all tools ...
sudo apt-get install -y python3-sphinx
sudo pip3 install sphinx-rtd-theme
sudo pip3 install sphinx-rtd-theme sphinxcontrib-images
- name: build
run: |
Expand Down

0 comments on commit 2d85221

Please sign in to comment.