mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Don't watch the generated mkdocs configs (#1985)
I got a bit carried away with what to watch, and it looks like the mkdocs watch plugin doesn't much care for watching for files that don't exist but may.
This commit is contained in:
@@ -80,8 +80,6 @@ plugins:
|
||||
- "!^can_replace$"
|
||||
watch:
|
||||
- mkdocs-common.yml
|
||||
- mkdocs-nav-offline.yml
|
||||
- mkdocs-nav-online.yml
|
||||
- mkdocs-offline.yml
|
||||
- mkdocs-online.yml
|
||||
- src/textual
|
||||
|
||||
Reference in New Issue
Block a user