From 4972bd301d5d384fa79be0bf6336c44b566d55aa Mon Sep 17 00:00:00 2001 From: Julien Stephan Date: Tue, 18 Aug 2026 22:37:52 +0200 Subject: [PATCH] docs: add colors to comment and warning blocks comment blocks get a blue color warning blocks get a red color Signed-off-by: Julien Stephan --- docs/_config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/_config.yml b/docs/_config.yml index a016d79a..6afaf987 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -12,6 +12,14 @@ color_scheme: light search_enabled: true heading_anchors: true +# Callout styling: `{: .note }` blocks (comments) get a blue left bar, +# `{: .warning }` blocks get a red left bar. +callouts: + note: + color: blue + warning: + color: red + aux_links: "GitHub": - "https://github.com/riseproject-dev/python-wheels"