Skip to content

docs build failing due to update to sphinx's dependency snowballstemmer #886

@kirkrodrigues

Description

@kirkrodrigues

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

3424d2a

Environment

Ubuntu 24.04
Python 3.12.3

Reproduction steps

task docs:site

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions