From 25ed269ed2fb186a0ef8fcd546e711394967ca28 Mon Sep 17 00:00:00 2001 From: Manuel <17874544+MKoesters@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:32:18 +0200 Subject: [PATCH 1/2] Update sphinx.yml --- .github/workflows/sphinx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 67a8baf..0599f81 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -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 From b594e6d07cb7eaa4007d477b390a150dfbe63603 Mon Sep 17 00:00:00 2001 From: Manuel <17874544+MKoesters@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:32:44 +0200 Subject: [PATCH 2/2] Update version.txt --- pymzml/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymzml/version.txt b/pymzml/version.txt index ecd7ee5..30f69e8 100644 --- a/pymzml/version.txt +++ b/pymzml/version.txt @@ -1 +1 @@ -2.5.8 +2.5.9