Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

mkdocs-material

Package Overview
Dependencies
Maintainers
1
Versions
439
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkdocs-material - pypi Package Compare versions

Comparing version
9.7.2
to
9.7.3
+1
-1
material/__init__.py

@@ -21,2 +21,2 @@ # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>

__version__ = "9.7.2"
__version__ = "9.7.3"

@@ -21,15 +21,19 @@ # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>

from colorama import Fore, Style
from os import getenv
from colorama import Fore, Style
from sys import stderr
# Silence this warning with NO_MKDOCS_2_WARNING=1
if not getenv("NO_MKDOCS_2_WARNING"):
print("")
print(f"{Fore.RED} │ ⚠ WARNING – MkDocs 2.0 is incompatible with Material for MkDocs{Style.RESET_ALL}")
print(f"{Fore.RED} │ {Style.RESET_ALL}")
print(f"{Fore.RED} │ {Style.RESET_ALL} MkDocs 1.x is unmaintained. We recommend switching to Zensical, our")
print(f"{Fore.RED} │ {Style.RESET_ALL} new static site generator, as soon as possible. We're providing an")
print(f"{Fore.RED} │ {Style.RESET_ALL} analysis of the situation in this article:")
print(f"{Fore.RED} │ {Style.RESET_ALL} ")
print(f"{Fore.RED} │ {Style.RESET_ALL} \033[4mhttps://squidfunk.github.io/mkdocs-material/blog/2026/02/18/mkdocs-2.0/{Style.RESET_ALL}")
print(f"{Style.RESET_ALL}")
print(
"\n"
f"{Fore.RED} │ ⚠ WARNING – MkDocs 2.0 is incompatible with Material for MkDocs{Style.RESET_ALL}\n"
f"{Fore.RED} │ {Style.RESET_ALL}\n"
f"{Fore.RED} │ {Style.RESET_ALL} MkDocs 1.x is unmaintained. We recommend switching to Zensical, our\n"
f"{Fore.RED} │ {Style.RESET_ALL} new static site generator, as soon as possible. We're providing an\n"
f"{Fore.RED} │ {Style.RESET_ALL} analysis of the situation in this article:\n"
f"{Fore.RED} │ {Style.RESET_ALL} \n"
f"{Fore.RED} │ {Style.RESET_ALL} \033[4mhttps://squidfunk.github.io/mkdocs-material/blog/2026/02/18/mkdocs-2.0/{Style.RESET_ALL}\n"
f"{Style.RESET_ALL}",
file=stderr
)

@@ -40,3 +40,3 @@ {#-

<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.7.2">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.7.3">
{% endblock %}

@@ -43,0 +43,0 @@ {% block htmltitle %}

{
"name": "mkdocs-material",
"version": "9.7.2",
"version": "9.7.3",
"description": "Documentation that simply works",

@@ -5,0 +5,0 @@ "keywords": [

Metadata-Version: 2.4
Name: mkdocs-material
Version: 9.7.2
Version: 9.7.3
Summary: Documentation that simply works

@@ -5,0 +5,0 @@ Project-URL: Homepage, https://squidfunk.github.io/mkdocs-material/