From 1019b9a2a7ac89902313b8891e067ce6f5a29ed0 Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:25:12 -0600 Subject: [PATCH] execute_binder set to off --- .gitignore | 1 + _config.yml | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bba7017..801182d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ __pycache__/ # Distribution / packaging .Python build/ +_build/ develop-eggs/ dist/ downloads/ diff --git a/_config.yml b/_config.yml index 68118be..25cc1cb 100644 --- a/_config.yml +++ b/_config.yml @@ -7,8 +7,7 @@ logo: notebooks/images/logos/pythia_logo-white-rtext.svg copyright: '2024' execute: - # To execute notebooks via a Binder instead, replace 'cache' with 'binder' - execute_notebooks: binder + execute_notebooks: off timeout: 600 allow_errors: False # cells with expected failures must set the `raises-exception` cell tag @@ -52,7 +51,7 @@ sphinx: binderhub_url: https://binder.projectpythia.org notebook_interface: jupyterlab jupyterhub_url: https://jupyterhub.arm.gov - logo: + logo: link: https://projectpythia.org navbar_start: - navbar-logo