Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ version = "0"
description = "modern-python.org organization homepage"
requires-python = ">=3.11"
dependencies = [
"mkdocs-material>=9.5",
# MkDocs 2.0 is a backward-incompatible rewrite (no plugin system, no theme
# overrides) that breaks Material for MkDocs, with no migration path. Material
# 9.7.5+ already caps mkdocs<2; pin both explicitly so a fresh resolve can
# never pull MkDocs 2.0.
# https://squidfunk.github.io/mkdocs-material/blog/2026/02/18/mkdocs-2.0/
"mkdocs>=1.6,<2",
"mkdocs-material>=9.7.5",
]

[dependency-groups]
Expand Down
6 changes: 5 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.