From db47d9237e6386181ccabc92a71060b4a47cf4ea Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Wed, 16 Oct 2024 20:52:39 +0200 Subject: [PATCH] Fix trying to build missing data-out snippets (#7783) * [x] yes! --- 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.