From 65808d60d8e13951ee52343aaba221b07b2ec4ea Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Wed, 16 Oct 2024 20:18:29 +0200 Subject: [PATCH] fix ci trying to build missing data-out snippets --- docs/snippets/snippets.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/snippets/snippets.toml b/docs/snippets/snippets.toml index 968eec0a987a..7459bfb809c3 100644 --- a/docs/snippets/snippets.toml +++ b/docs/snippets/snippets.toml @@ -82,7 +82,9 @@ views = [ "rust", # Not implemented ] "tutorials/data_out" = [ - "py", # Requires context (an RRD file to be exported by the user) + "py", # Requires context (an RRD file to be exported by the user) + "cpp", # Not implemented + "rust", # Not implemented ] # These entries will run but their results won't be compared to the baseline.