mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 13:15:19 +00:00

## Summary Similar to https://github.com/astral-sh/uv/pull/9244, but we need to use the `mkdocs.generated.yml` file because the `scripts/generate_mkdocs.py` uses the `mkdocs.template.yml` to generate the final config.
6 lines
159 B
YAML
6 lines
159 B
YAML
INHERIT: mkdocs.generated.yml
|
|
# Omit the `typeset` plugin which is only available in the Insiders version.
|
|
plugins:
|
|
- search
|
|
watch:
|
|
- mkdocs.generated.yml
|