Skip to content

Commit

Permalink
forgot python3- prefix for pip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
5had3z committed May 30, 2024
1 parent 19782bd commit d7fffe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Requirements
run: |
sudo apt-get update
sudo apt-get install doxygen sphinx-doc sphinx-rtd-theme breathe sphinx-sitemap
sudo apt-get install doxygen sphinx-doc python3-sphinx-rtd-theme python3-breathe python3-sphinx-sitemap
- name: Checkout repo
uses: actions/checkout@v4
- name: Build docs
Expand Down

0 comments on commit d7fffe0

Please sign in to comment.