-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'classes' in sphinx.search
#13428
Comments
Are you able to provide a minimal reproducer? If not, can you please try with third-party extensions removed? A |
I will try. Is there any way to know more than the traceback? For example, what causes the creation of the |
Ok, so the problem is the extension I attached a folder with a minimal example. Let me know thanks! |
Does https://sphinx-design.readthedocs.io/en/latest/cards.html#card-carousels work as a replacement for |
That is an interesting idea, but the |
sphinx\search\__init__.py
sphinx.search
I've looked in to this. The problem is that If the original author is willing to do so, we can move the extension to @sphinx-doc or @sphinx-contrib. If you have sucess in emailing them, please let me know. Otherwise, I think the best option is to find a replacement extension (or fork it and maintain yourself). Sorry that this isn't better news, but I don't think there is much room for manoeuvre. Thanks, |
Describe the bug
When building the html files locally with
make.bat html
I get the error below. This does not happen withSphinx<8.2
. I can see that it comes fromsphinx\search\__init__.py
which did not exist prior v8 of Sphinx right? I hope this is enough information. Thanks!How to Reproduce
Unfortunately, I don't know which of my documentation files is triggering this error (and I have many), however, the error does not happen with
Sphinx<8.2
.Environment Information
Sphinx extensions
Additional context
No response
The text was updated successfully, but these errors were encountered: