Skip to content

Commit b4f641e

Browse files
committed
add _Float16 to nitpick_ignore
1 parent a592361 commit b4f641e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
('c:type', '__int64'),
178178
('c:type', 'unsigned __int64'),
179179
('c:type', 'double'),
180+
('c:type', '_Float16'),
180181
# Standard C structures
181182
('c:struct', 'in6_addr'),
182183
('c:struct', 'in_addr'),

0 commit comments

Comments
 (0)