Skip to content

Commit

Permalink
GHA: install rtd theme
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBuchanan314 committed Feb 15, 2024
1 parent b95b791 commit 1db83b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- name: Install dependencies
run: |
python3 -m pip install sphinx
python3 -m pip install sphinx sphinx-rtd-theme sphinxcontrib-jquery
- name: Install atmst python module
run: |
cd ${{ github.workspace }}
Expand Down

0 comments on commit 1db83b8

Please sign in to comment.