summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-08-06 20:08:38 (GMT)
committerGitHub <noreply@github.com>2023-08-06 20:08:38 (GMT)
commite950d7045161b3dd10185400799637e5f7118b3c (patch)
tree85d9bda56165d9ed49903d958c6c418e51ece235 /Doc/conf.py
parent6b02734af7849fd4da6215d7b4f8df2010e240bf (diff)
downloadcpython-e950d7045161b3dd10185400799637e5f7118b3c.zip
cpython-e950d7045161b3dd10185400799637e5f7118b3c.tar.gz
cpython-e950d7045161b3dd10185400799637e5f7118b3c.tar.bz2
[3.12] Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (GH-107672) (#107685)
Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (GH-107672) (cherry picked from commit 71a7c96ffeb0d7fef06be3e57468896e030967a5) Co-authored-by: Erlend E. Aasland <erlend@python.org> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index a8fd853..fd115f7 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -110,6 +110,8 @@ nitpick_ignore = [
('c:type', 'uintptr_t'),
('c:type', 'va_list'),
('c:type', 'wchar_t'),
+ ('c:type', '__int64'),
+ ('c:type', 'unsigned __int64'),
# Standard C structures
('c:struct', 'in6_addr'),
('c:struct', 'in_addr'),