Skip to content

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MKoesters authored Apr 12, 2024
1 parent bba07f9 commit 25ed269
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 @@ -16,7 +16,7 @@ jobs:
- name: Install and Build HTML
run: |
pip install --upgrade pip
pip install docs/requirements.txt
pip install -r docs/requirements.txt
pip install ".[full]"
sphinx-build ./docs/source ./docs/build
Expand Down

0 comments on commit 25ed269

Please sign in to comment.