-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
needs inputIssue needs further input by the reporterIssue needs further input by the reporter
Description
Context
With the release of https://github.com/squidfunk/mkdocs-material/releases/tag/9.7.2
you added a warning banner that has side effect on mike mkdocs plugin I use
You're using standard stdout to print the banner and this banner is added to its own output...
Bug description
On mike, I use mike list to list versions managed by mike... and now in its output in addition of its standard output there is the warning which breaks my script qui parses the json output
│ ⚠ WARNING – MkDocs 2.0 is incompatible with Material for MkDocs
│
│ MkDocs 1.x is unmaintained. We recommend switching to Zensical, our
│ new static site generator, as soon as possible. We're providing an
│ analysis of the situation in this article:
│
│ https://squidfunk.github.io/mkdocs-material/blog/2026/02/18/mkdocs-2.0/
[
{
"version": "v0.2.1",
"title": "v0.2.1",
"aliases": []
},
{
"version": "v0.1.0",
"title": "v0.1.0",
"aliases": []
}
]
Related links
Reproduction
See output
Steps to reproduce
Update the mkdocs-material with last version
Browser
No response
Before submitting
- I have read and followed the bug reporting guidelines.
- I have attached links to the documentation, and possibly related issues and discussions.
- I assure that I have removed all customizations before submitting this bug report.
- I have attached a .zip file with a minimal reproduction using the built-in info plugin.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs inputIssue needs further input by the reporterIssue needs further input by the reporter