diff options
author | Erlend E. Aasland <erlend@python.org> | 2023-08-07 13:11:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-07 13:11:05 (GMT) |
commit | 8c9af6b9a0d6fc9cb237e96588d8dcab727e32b8 (patch) | |
tree | fe15561d49d2f37956b1d83c28edccd88a98e528 /Doc/conf.py | |
parent | 2ac103c346ffe9d0e4c146402ce215c5ce6c1ef2 (diff) | |
download | cpython-8c9af6b9a0d6fc9cb237e96588d8dcab727e32b8.zip cpython-8c9af6b9a0d6fc9cb237e96588d8dcab727e32b8.tar.gz cpython-8c9af6b9a0d6fc9cb237e96588d8dcab727e32b8.tar.bz2 |
Docs: Fix more Sphinx annotations in ctypes.rst (#107708)
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index 49108ea..19e05e1 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -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'), |