Skip to content

Commit

Permalink
Merge pull request #117 from brian-rose/test-failure
Browse files Browse the repository at this point in the history
Try setting myst flag to raise on notebook error
  • Loading branch information
dcamron committed Jun 13, 2023
2 parents ce48d99 + 83d37a6 commit a8f7469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ parse:
sphinx:
config:
linkcheck_ignore: ["https://doi.org/*",]
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors
html_favicon: notebooks/images/icons/favicon.ico
html_last_updated_fmt: '%-d %B %Y'
html_theme: sphinx_pythia_theme
Expand Down
2 changes: 1 addition & 1 deletion notebooks/notebook-template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.0"
"version": "3.10.8"
},
"nbdime-conflicts": {
"local_diff": [
Expand Down

0 comments on commit a8f7469

Please sign in to comment.