From eb4e0887afde34309b68daf772c729c21a0b4640 Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:30:31 -0600 Subject: [PATCH] execute_notebooks off --- .gitignore | 1 + _config.yml | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b6e4761..e7aafed 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 a53d7f3..8b4d7a8 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: 1200 allow_errors: False # cells with expected failures must set the `raises-exception` cell tag @@ -59,7 +58,6 @@ sphinx: - navbar-logo navbar_end: - navbar-icon-links - logo_link: https://projectpythia.org navbar_links: - name: Home url: https://projectpythia.org