summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
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 fd115f7..8224b24 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'),