Skip to content

Commit 3315dd3

Browse files
committed
Merge pull request godotengine#110276 from Cykyrios/annotations-descriptions-group
make_rst.py: Add missing rst-class to annotation descriptions
2 parents f8dedf6 + c7d0cb8 commit 3315dd3

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)