summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2023-08-07 13:11:05 (GMT)
committerGitHub <noreply@github.com>2023-08-07 13:11:05 (GMT)
commit8c9af6b9a0d6fc9cb237e96588d8dcab727e32b8 (patch)
treefe15561d49d2f37956b1d83c28edccd88a98e528 /Doc/conf.py
parent2ac103c346ffe9d0e4c146402ce215c5ce6c1ef2 (diff)
downloadcpython-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.py1
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'),