Skip to content

Commit

Permalink
Merge pull request #361 from pymzml/MKoesters-patch-1
Browse files Browse the repository at this point in the history
Update sphinx.yml
  • Loading branch information
StSchulze committed Apr 12, 2024
2 parents bba07f9 + b594e6d commit c616bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion pymzml/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.8
2.5.9

0 comments on commit c616bbf

Please sign in to comment.