summaryrefslogtreecommitdiffstats
path: root/Doc/tools/extensions
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-05-04 10:04:41 (GMT)
committerGitHub <noreply@github.com>2023-05-04 10:04:41 (GMT)
commit6ab463684b9d79880d98cd1f1406aa86af65985e (patch)
treea74045a23b9a8daa77bce351a3882093f2d5d6c9 /Doc/tools/extensions
parentb0ce2db1184124575d5934d205344a9cf5debb79 (diff)
downloadcpython-6ab463684b9d79880d98cd1f1406aa86af65985e.zip
cpython-6ab463684b9d79880d98cd1f1406aa86af65985e.tar.gz
cpython-6ab463684b9d79880d98cd1f1406aa86af65985e.tar.bz2
GH-97950: Use new-style index directive ('object') (#104158)
* Uncomment object removal in pairindextypes * Use new-style index directive ('object') - C API * Use new-style index directive ('object') - Library * Use new-style index directive ('object') - Reference * Use new-style index directive ('object') - Tutorial
Diffstat (limited to 'Doc/tools/extensions')
-rw-r--r--Doc/tools/extensions/pyspecific.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py
index 8ca3ef0..4101611 100644
--- a/Doc/tools/extensions/pyspecific.py
+++ b/Doc/tools/extensions/pyspecific.py
@@ -692,7 +692,7 @@ def patch_pairindextypes(app) -> None:
pairindextypes.pop('module', None)
pairindextypes.pop('keyword', None)
pairindextypes.pop('operator', None)
- # pairindextypes.pop('object', None)
+ pairindextypes.pop('object', None)
# pairindextypes.pop('exception', None)
# pairindextypes.pop('statement', None)
# pairindextypes.pop('builtin', None)