Skip to content

Commit 161e25d

Browse files
committed
update mkdocs watch items | unshow Event.get_event_field_type
1 parent 01c8c57 commit 161e25d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
::: flet_geolocator.types.GeolocatorPosition
1+
::: flet_geolocator.types.GeolocatorConfiguration

mkdocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,13 @@ validation:
9999
unrecognized_links: warn
100100
anchors: warn
101101

102+
# Watch
102103
watch:
103104
- docs
104-
- src
105+
- src/flet_geolocator
106+
- CHANGELOG.md
107+
- LICENSE
108+
- README.md
105109

106110
# Plugins
107111
plugins:
@@ -138,6 +142,7 @@ plugins:
138142
preload_modules: [ flet ]
139143
filters:
140144
- "!^_" # Exclude private members starting with only one underscore
145+
- "!get_event_field_type"
141146
extensions:
142147
- griffe_modernized_annotations
143148
- griffe_warnings_deprecated

0 commit comments

Comments
 (0)