Skip to content

Commit 47add08

Browse files
fix: block snowbalstemmer <3 for now (#686)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 52be158 commit 47add08

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/changelog.d/686.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
block snowbalstemmer <3 for now

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies = [
3535
"Jinja2>=3.1.2",
3636
"importlib-metadata>=4.0",
3737
"pdf2image>=1.17.0",
38+
"snowballstemmer<3", # TODO: to be removed once Sphinx solves the issue with snowballstemmer>=3.0.0
3839
]
3940

4041
[project.optional-dependencies]

0 commit comments

Comments
 (0)