mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 05:03:46 +00:00
Fixes this really annoying behavior where the served documentation would not reflect changes to the mkdocs template file (where we store all of our actual configuration) ref https://github.com/mkdocs/mkdocs/pull/2642
8 lines
185 B
YAML
8 lines
185 B
YAML
INHERIT: mkdocs.template.yml
|
|
# Omit the `typeset` plugin which is only available in the Insiders version.
|
|
plugins:
|
|
- search
|
|
validation:
|
|
anchors: warn
|
|
watch:
|
|
- mkdocs.template.yml
|