From f730cf494940bac959a063093f0c91583cbb6998 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Mon, 11 Jul 2022 11:24:34 -0600 Subject: [PATCH] Fix lite config to exclude layout notebooks that don't work just yet. --- docs/source/jupyter_lite_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/jupyter_lite_config.json b/docs/source/jupyter_lite_config.json index 8d66a1c5520..99b59c06e3c 100644 --- a/docs/source/jupyter_lite_config.json +++ b/docs/source/jupyter_lite_config.json @@ -1,7 +1,7 @@ { "LiteBuildConfig": { "ignore_contents": [ - "examples/Layout Example.ipynb", + "Layout", "examples/Layout Templates.ipynb", "examples/Variable Inspector.ipynb" ],