summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-12-14 13:30:57 (GMT)
committerGitHub <noreply@github.com>2023-12-14 13:30:57 (GMT)
commit4b3cb082da82da744f5db0b7315aa80558c51557 (patch)
treeef35685c2f6c8959cb4446b62128aa5c507f6010 /Doc/conf.py
parent1161c14e8c68296fc465cd48970b32be9bee012e (diff)
downloadcpython-4b3cb082da82da744f5db0b7315aa80558c51557.zip
cpython-4b3cb082da82da744f5db0b7315aa80558c51557.tar.gz
cpython-4b3cb082da82da744f5db0b7315aa80558c51557.tar.bz2
gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference/simple_stmts.rst` (#113107)
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index f2d36fd..0d7c0b5 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -245,6 +245,10 @@ nitpick_ignore += [
# be resolved, as the method is currently undocumented. For context, see
# https://github.com/python/cpython/pull/103289.
('py:meth', '_SubParsersAction.add_parser'),
+ # Attributes that definitely should be documented better,
+ # but are deferred for now:
+ ('py:attr', '__annotations__'),
+ ('py:attr', '__wrapped__'),
]
# gh-106948: Copy standard C types declared in the "c:type" domain to the