Skip to content

Commit e9a1441

Browse files
committed
update mkdocs watch items | unshow Event.get_event_field_type
1 parent f0ba4c2 commit e9a1441

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mkdocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@ validation:
9595
# Watch
9696
watch:
9797
- docs
98-
- src
98+
- src/flet_datatable2
99+
- CHANGELOG.md
100+
- LICENSE
101+
- README.md
99102

100103
# Plugins
101104
plugins:
@@ -132,6 +135,7 @@ plugins:
132135
preload_modules: [ flet ]
133136
filters:
134137
- "!^_" # Exclude private members starting with only one underscore
138+
- "!get_event_field_type"
135139
extensions:
136140
- griffe_modernized_annotations
137141
- griffe_warnings_deprecated

0 commit comments

Comments
 (0)