Docs: Fix more Sphinx annotations in ctypes.rst (#107708)

This commit is contained in:
Erlend E. Aasland 2023-08-07 15:11:05 +02:00 committed by GitHub
parent 2ac103c346
commit 8c9af6b9a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 44 additions and 43 deletions

View file

@ -94,6 +94,7 @@ nitpick_ignore = [
('c:func', 'sprintf'),
('c:func', 'stat'),
('c:func', 'system'),
('c:func', 'time'),
('c:func', 'vsnprintf'),
# Standard C types
('c:type', 'FILE'),