Skip to content

Commit

Permalink
execute_notebooks off
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Apr 1, 2024
1 parent 97dd26e commit eb4e088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ __pycache__/
# Distribution / packaging
.Python
build/
_build/
develop-eggs/
dist/
downloads/
Expand Down
4 changes: 1 addition & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eb4e088

Please sign in to comment.