Skip to content

Commit

Permalink
config edits
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marshall committed Feb 18, 2024
1 parent 88fa98b commit 8f08dab
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ title: Using xarray to examine cloud-based glacier surface velocity data
author: emma marshall
#logo: logo.png

#only want to include files listed in toc (not sure this will work)
# found here: https://github.com/executablebooks/jupyter-book/pull/1123
#only want to include files listed in toc
only_build_toc_files: true

# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: 'force'
allow_errors: true
timeout: 500
timeout: 1500

#enable parsing of latex-stype math blocks
parse:
Expand All @@ -27,8 +26,8 @@ latex:
targetname: book.tex

# Add a bibtex file so that we can create citations
bibtex_bibfiles:
- references.bib
#bibtex_bibfiles:
# - references.bib

# Information about where the book exists on the web
repository:
Expand Down

0 comments on commit 8f08dab

Please sign in to comment.