- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
AttributeError: 'SearchPlugin' object has no attribute 'is_dirty' #6364
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
Comments
Thanks for reporting. This is really a minor bug, and can be mitigated by just restarting the server. However, we'll see whether we can fix it. |
Thanks, minor indeed, no rush at all. I just randomly encountered it while generating the minimal reproduction for #6365, which is the bug we actually care about much more. |
Fixed in ad83798. That was easy. |
Thank you! |
My apologies for being inconsistent. What I meant with my post here is we still need to use The docker container runs mkdocs in serve mode, so we need to launch a From what I understood from this bugreport being fixed, is that |
Correct, the fix is still unreleased. If an issue is tagged as resolved, but still open, it is unreleased. We'll release it in the coming days, which will also rebuild the Docker image. Since this is a very minor bug, there's no hurry from our side. |
Released as part of 9.4.11. |
Context
No response
Bug description
If one enables Material theme after running
mkdocs serve
, the build will fail with:Related links
Reproduction
9.4.10-searchplugin-is_dirty.zip
Steps to reproduce
mkdocs new mysite
cd mysite
mkdocs serve
mkdocs.yml
whilemkdocs serve
is running:AttributeError
in the terminal.Browser
No response
Before submitting
The text was updated successfully, but these errors were encountered: