Skip to content

Commit c7d0cb8

Browse files
committed
Add missing descriptions-group to annotation descriptions
1 parent 4ed8c45 commit c7d0cb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/tools/make_rst.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,6 +1199,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir:
11991199
# Annotation descriptions
12001200
if len(class_def.annotations) > 0:
12011201
f.write(make_separator(True))
1202+
f.write(".. rst-class:: classref-descriptions-group\n\n")
12021203
f.write(make_heading("Annotations", "-"))
12031204

12041205
index = 0

0 commit comments

Comments
 (0)