Skip to content

Commit b5b1948

Browse files
authored
Merge pull request #240 from CompOmics/fix/docs-build
Update readthedocs config to use dependency groups
2 parents e4f7a4b + b13b5ba commit b5b1948

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.readthedocs.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ build:
44
os: ubuntu-22.04
55
tools:
66
python: "3.11"
7+
jobs:
8+
install:
9+
- pip install --upgrade pip
10+
- pip install --group 'docs' .
711

812
sphinx:
913
configuration: docs/source/conf.py
1014
builder: dirhtml
11-
12-
python:
13-
install:
14-
- method: pip
15-
path: .
16-
extra_requirements:
17-
- docs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ms2rescore"
3-
version = "3.2.0"
3+
version = "3.2.0.post1"
44
description = " Modular and user-friendly platform for AI-assisted rescoring of peptide identifications."
55
readme = "README.md"
66
license = { file = "LICENSE" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)