From fd84f7fe156fbdc7baa047a9a8be370c79fce89f Mon Sep 17 00:00:00 2001 From: T'rahk Rokym Date: Mon, 21 Apr 2025 16:12:00 +0200 Subject: [PATCH] Doc fix --- docs/development/custom/app-announcement-hooks.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/development/custom/app-announcement-hooks.md b/docs/development/custom/app-announcement-hooks.md index e5886e4b..271f1140 100644 --- a/docs/development/custom/app-announcement-hooks.md +++ b/docs/development/custom/app-announcement-hooks.md @@ -16,8 +16,6 @@ def announcement_hook(): return AppAnnouncementHook("Your app name", "USERNAME/REPOSITORY_NAME", AppAnnouncementHook.RepositoryKind.GITLAB) ``` -The `AppAnnouncementHook` class will - ```{eval-rst} .. autoclass:: allianceauth.services.hooks.AppAnnouncementHook :members: __init__