Skip to content

Commit

Permalink
Adding missing theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Feb 11, 2024
1 parent c72e567 commit f788ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: '3.x'
- name: Install Sphinx and dependencies
run: pip install sphinx sphinx_markdown_builder
run: pip install sphinx sphinx_markdown_builder sphinx_rtd_theme
- name: Check docs directory and Build Documentation
run: |
if [ -d "$GITHUB_WORKSPACE/doc" ]; then
Expand Down

0 comments on commit f788ee4

Please sign in to comment.