From 441f2773b08070937aedb288d52b15cd204d5ab3 Mon Sep 17 00:00:00 2001 From: Thomas Pinder Date: Thu, 25 May 2023 21:14:09 +0100 Subject: [PATCH 1/2] Update mkdocs.yml Signed-off-by: Thomas Pinder --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index cd8c8c53..87fd65b3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -86,7 +86,7 @@ plugins: csl_file: "https://github.com/raw/citation-style-language/styles/af38aba0e9b08406c8827abfc888e5f3e3fa1d65/journal-of-the-royal-statistical-society.csl" cite_inline: true - mkdocs-jupyter: - execute: false + execute: true allow_errors: false # binder: true # binder_service_name: "gh" From 8d1f807c691e0a3c46f968786abae71fab7d0f27 Mon Sep 17 00:00:00 2001 From: Thomas Pinder Date: Tue, 30 May 2023 19:03:48 +0100 Subject: [PATCH 2/2] Fix doc build --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 87fd65b3..2c5fa3f8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -88,6 +88,8 @@ plugins: - mkdocs-jupyter: execute: true allow_errors: false + include: ["examples/*.py"] + ignore: ["examples/utils.py"] # binder: true # binder_service_name: "gh" # binder_branch: "main"