Skip to content

Commit e091528

Browse files
committed
Constrain snowballstemmer to working version
snowballstemmer 3.0.0 was released today, and it breaks Sphinx 7.4.7.
1 parent 1d051a9 commit e091528

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,12 @@ sphinx:
44
configuration: doc/conf.py
55
builder: html
66

7-
python:
8-
install:
9-
- requirements: doc/requirements.txt
10-
- method: pip
11-
path: .
12-
extra_requirements:
13-
- setuptools_scm
14-
157
build:
168
os: ubuntu-22.04
179
tools:
1810
python: "3.11"
1911
apt_packages:
2012
- libsnmp40
13+
jobs:
14+
post_create_environment:
15+
- pip install -e . -r doc/requirements.txt --constraint constraints.txt

constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
snowballstemmer<3.0.0 # incompatible with Sphinx 7.4.7?

0 commit comments

Comments
 (0)