Skip to content

Commit d0c2e43

Browse files
committed
update mkdocs watch items | unshow Event.get_event_field_type
1 parent c6d3269 commit d0c2e43

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mkdocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,13 @@ validation:
9595
unrecognized_links: warn
9696
anchors: warn
9797

98+
# Watch
9899
watch:
99100
- docs
100-
- src
101+
- src/flet_webview
102+
- CHANGELOG.md
103+
- LICENSE
104+
- README.md
101105

102106
# Plugins
103107
plugins:
@@ -134,6 +138,7 @@ plugins:
134138
preload_modules: [ flet ]
135139
filters:
136140
- "!^_" # Exclude private members starting with only one underscore
141+
- "!get_event_field_type"
137142
extensions:
138143
- griffe_modernized_annotations
139144
- griffe_warnings_deprecated

0 commit comments

Comments
 (0)