-
Notifications
You must be signed in to change notification settings - Fork 90
docs build failing due to update to sphinx's dependency snowballstemmer #886
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug
The docs are failing to be built due to an update to snowballstemmer:
Error log
Traceback
=========
File "/home/kirk/projects/builds/kr-clp/docs-venv/lib/python3.12/site-packages/snowballstemmer/__init__.py", line 27, in stemmer
raise KeyError("Stemming algorithm '%s' not found" % lang)
KeyError: "Stemming algorithm 'porter' not found"
The full traceback has been saved in:
/tmp/sphinx-err-59h1ar66.log
To report this error to the developers, please open an issue at <https://github.com/sphinx-doc/sphinx/issues/>. Thanks!
Please also report this if it was a user error, so that a better error message can be provided next time.
snowballstemmer is a dependency of sphinx and the error has been reported in the sphinx repo.
CLP version
Environment
Ubuntu 24.04
Python 3.12.3
Reproduction steps
task docs:site
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working