From e2d00129ddcc84553202428e0c1dde93d768f3d7 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Fri, 27 Feb 2026 07:05:09 -0500 Subject: [PATCH] Updated blog post with note on environment variable * Document `NO_MKDOCS_2_WARNING=1` environment variable * Move tip for disabling MkDocs 2.0 warning --- docs/blog/posts/mkdocs-2.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/blog/posts/mkdocs-2.0.md b/docs/blog/posts/mkdocs-2.0.md index b857af4bd..e361a07f1 100644 --- a/docs/blog/posts/mkdocs-2.0.md +++ b/docs/blog/posts/mkdocs-2.0.md @@ -87,6 +87,12 @@ Additionally, we're working on a much more flexible [module system], which will [feature parity]: https://zensical.org/compatibility/features/ [module system]: https://zensical.org/about/roadmap/#module-system +!!! tip + + Starting in Material for Mkdocs 9.7.2, a warning is printed during a build about the upcoming MkDocs 2.0 changes. + + To disable this warning, set the environment variable `NO_MKDOCS_2_WARNING=1`. + ## The story behind Zensical @squidfunk joined the [Talk Python To Me] podcast to share Zensical's origin story, why we built it from scratch, and what's ahead of us. You can watch the full episode here: