mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Watch for changes to the template file during documentation serve (#9244)
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
This commit is contained in:
parent
78df14e7a8
commit
dab55dddde
2 changed files with 5 additions and 0 deletions
|
@ -1 +1,4 @@
|
|||
INHERIT: mkdocs.template.yml
|
||||
|
||||
watch:
|
||||
- mkdocs.template.yml
|
||||
|
|
|
@ -4,3 +4,5 @@ plugins:
|
|||
- search
|
||||
validation:
|
||||
anchors: warn
|
||||
watch:
|
||||
- mkdocs.template.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue