From c7d0cb8072288b769403ead0089383ec19c0da26 Mon Sep 17 00:00:00 2001 From: "Cyril B." <53737317+Cykyrios@users.noreply.github.com> Date: Fri, 5 Sep 2025 17:34:39 +0200 Subject: [PATCH] Add missing descriptions-group to annotation descriptions --- doc/tools/make_rst.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/tools/make_rst.py b/doc/tools/make_rst.py index 1b2b3e2afa4..a6c5dadb247 100755 --- a/doc/tools/make_rst.py +++ b/doc/tools/make_rst.py @@ -1199,6 +1199,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir: # Annotation descriptions if len(class_def.annotations) > 0: f.write(make_separator(True)) + f.write(".. rst-class:: classref-descriptions-group\n\n") f.write(make_heading("Annotations", "-")) index = 0