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:
Zanie Blue 2024-11-19 22:39:38 -06:00 committed by GitHub
parent 78df14e7a8
commit dab55dddde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -1 +1,4 @@
INHERIT: mkdocs.template.yml INHERIT: mkdocs.template.yml
watch:
- mkdocs.template.yml

View file

@ -4,3 +4,5 @@ plugins:
- search - search
validation: validation:
anchors: warn anchors: warn
watch:
- mkdocs.template.yml