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
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -1 +1,4 @@
INHERIT: mkdocs.template.yml
watch:
- mkdocs.template.yml
+2
View File
@@ -4,3 +4,5 @@ plugins:
- search
validation:
anchors: warn
watch:
- mkdocs.template.yml