Skip to content

Conversation

@mahiro72
Copy link
Contributor

@mahiro72 mahiro72 commented Dec 4, 2025

Summary

Remove Material for MkDocs Insiders configuration since all Insiders features are now free in mkdocs-material 9.7.0.

Resolves #21528.

Changes

  • Update mkdocs-material to 9.7.0
  • Delete docs/requirements-insiders.txt and mkdocs.public.yml
  • Rename mkdocs.insiders.yml to mkdocs.yml
  • Simplify CI workflows by removing SSH key conditionals
  • Update CONTRIBUTING.md documentation
  • Enable Renovate auto-updates for mkdocs-material

Test Plan

Verified docs build locally:

uvx --with-requirements docs/requirements.txt -- mkdocs serve -f mkdocs.yml

Copy link
Member

@MichaReiser MichaReiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@MichaReiser MichaReiser added the documentation Improvements or additions to documentation label Dec 5, 2025
@MichaReiser MichaReiser merged commit 5df8a95 into astral-sh:main Dec 5, 2025
38 checks passed
dcreager added a commit that referenced this pull request Dec 5, 2025
* origin/main: (41 commits)
  [ty] Carry generic context through when converting class into `Callable` (#21798)
  [ty] Add more tests for renamings (#21810)
  [ty] Minor improvements to `assert_type` diagnostics (#21811)
  [ty] Add some attribute/method renaming test cases (#21809)
  Update mkdocs-material to 9.7.0 (Insiders now free) (#21797)
  Remove unused whitespaces in test cases (#21806)
  [ty] fix panic when instantiating a type variable with invalid constraints (#21663)
  [ty] fix build failure caused by conflicts between #21683 and #21800 (#21802)
  [ty] do nothing with `store_expression_type` if `inner_expression_inference_state` is `Get` (#21718)
  [ty] increase the limit on the number of elements in a non-recursively defined literal union (#21683)
  [ty] normalize typevar bounds/constraints in cycles (#21800)
  [ty] Update completion eval to include modules
  [ty] Add modules to auto-import
  [ty] Add support for module-only import requests
  [ty] Refactor auto-import symbol info
  [ty] Clarify the use of `SymbolKind` in auto-import
  [ty] Redact ranking of completions from e2e LSP tests
  [ty] Tweaks tests to use clearer language
  [ty] Update evaluation results
  [ty] Make auto-import ignore symbols in modules starting with a `_`
  ...
dhruvmanila pushed a commit to astral-sh/ty that referenced this pull request Dec 12, 2025
## Summary

Mostly copied astral-sh/ruff#21797.

## Test Plan

From contributing.md, ran:

```bash
uv pip compile docs/requirements.in -o docs/requirements.txt --universal -p 3.12
uvx --with-requirements docs/requirements.txt -- mkdocs serve -f mkdocs.yml
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update contributing docs now that mkdocs-material-insiders is free for everyone :)

2 participants