Skip to content

Commit

Permalink
GHA: Install python3-sphinx-rtd-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Dec 2, 2023
1 parent ab97cb5 commit 37765c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install -y python3-sphinx
- run: sudo apt install -y python3-sphinx python3-sphinx-rtd-theme
- run: make -C docs html

0 comments on commit 37765c3

Please sign in to comment.