Skip to content

Commit 28565fa

Browse files
committed
fixup! Use a set to store AuditEvents.sources
1 parent c0d63fd commit 28565fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/extensions/audit_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def setup(app: Sphinx):
258258
app.connect("env-purge-doc", audit_events_purge)
259259
app.connect("env-merge-info", audit_events_merge)
260260
return {
261-
"version": "1.0",
261+
"version": "2.0",
262262
"parallel_read_safe": True,
263263
"parallel_write_safe": True,
264264
}

0 commit comments

Comments
 (0)