From 6bb3c925a4062a340b509cd75cde45de7e3159cf Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:49:40 +0200 Subject: [PATCH] FIX: prevent TR-028 (PDG API) from running --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 25b5c07f..135b3222 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,6 +44,7 @@ def get_nb_exclusion_patterns() -> list[str]: "report/020*", "report/021*", "report/022*", + "report/028*", "report/033*", } julia_notebooks = {