Skip to content

Commit

Permalink
Merge pull request #360 from pymzml/MKoesters-patch-1
Browse files Browse the repository at this point in the history
Update sphinx.yml
  • Loading branch information
MKoesters committed Apr 12, 2024
2 parents f5552ee + 7da5931 commit 9c021a1
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 sphinx sphinx-rtd-theme
pip install docs/requirements.txt
pip install ".[full]"
sphinx-build ./docs/source ./docs/build
Expand Down

0 comments on commit 9c021a1

Please sign in to comment.