Skip to content

Commit 9faaa0f

Browse files
authored
Fix Sphinx theme installation in workflow
1 parent e2f7b7c commit 9faaa0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install .
29-
pip install sphinx sphinx-rtd-theme
29+
pip install sphinx sphinx_rtd_theme
3030
3131
- name: Build Sphinx HTML
3232
run: |
@@ -38,4 +38,4 @@ jobs:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
3939
publish_dir: docs/build/html
4040
publish_branch: gh-pages
41-
destination_dir: docs
41+
destination_dir: docs

0 commit comments

Comments
 (0)