From ced79729625b6983ef09153927c1793cd577a219 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Mon, 11 Dec 2023 15:02:35 +0100 Subject: [PATCH] [FIX] Docs syntax --- docs/development/custom/aa-framework.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/development/custom/aa-framework.md b/docs/development/custom/aa-framework.md index 07d99cd9..b2fa5022 100644 --- a/docs/development/custom/aa-framework.md +++ b/docs/development/custom/aa-framework.md @@ -3,10 +3,9 @@ To establish a unified style language throughout Alliance Auth and Community Apps, Alliance Auth is providing its own CSS framework with a couple of CSS classes. -```eval_rst -.. toctree:: - :maxdepth: 1 +:::{toctree} +:maxdepth: 1 - framework/api - framework/css -``` +framework/api +framework/css +:::