Skip to content

Pin mkdocs-material to <10 to suppress MkDocs 2.0 warning#40

Draft
Copilot wants to merge 1 commit into
developfrom
copilot/fix-mkdocs-warning
Draft

Pin mkdocs-material to <10 to suppress MkDocs 2.0 warning#40
Copilot wants to merge 1 commit into
developfrom
copilot/fix-mkdocs-warning

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 28, 2026

The docs workflow installed mkdocs-material without a version constraint, allowing pip to resolve mkdocs>=2.0 — which triggers a hard warning from the Material for MkDocs team flagging MkDocs 2.0 as incompatible, unlicensed, and unsuitable for production.

Changes

  • .github/workflows/docs.yml — constrain the install to mkdocs-material<10, keeping the dependency on the stable 9.x line (MkDocs 1.x)
- run: pip install "mkdocs-material<10"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants